mirror of
https://github.com/plankanban/planka.git
synced 2025-12-21 01:11:26 +03:00
fix: Fix select behaviour
This commit is contained in:
@@ -70,7 +70,7 @@ const UserPasswordEditStep = React.memo(
|
||||
}, [usePasswordConfirmation, onUpdate, data]);
|
||||
|
||||
useEffect(() => {
|
||||
passwordField.current.select();
|
||||
passwordField.current.focus();
|
||||
}, []);
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user