mirror of
https://github.com/plankanban/planka.git
synced 2025-12-20 09:15:39 +03:00
fix: Fix select behaviour
This commit is contained in:
@@ -87,7 +87,7 @@ const UserUsernameEditStep = React.memo(
|
||||
}, [username, usePasswordConfirmation, onUpdate, onClose, data]);
|
||||
|
||||
useEffect(() => {
|
||||
usernameField.current.select();
|
||||
usernameField.current.focus();
|
||||
}, []);
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user