mirror of
https://github.com/plankanban/planka.git
synced 2025-12-27 09:14:59 +03:00
fix: Fix select behaviour
This commit is contained in:
@@ -88,7 +88,7 @@ const UserAddStep = React.memo(
|
||||
}, [onCreate, data]);
|
||||
|
||||
useEffect(() => {
|
||||
emailField.current.select();
|
||||
emailField.current.focus();
|
||||
}, []);
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user