mirror of
https://github.com/plankanban/planka.git
synced 2025-12-30 09:15:35 +03:00
fix: Fix select behaviour
This commit is contained in:
@@ -79,7 +79,7 @@ const NameEdit = React.forwardRef(({ children, defaultValue, onUpdate }, ref) =>
|
||||
|
||||
useEffect(() => {
|
||||
if (isOpened) {
|
||||
field.current.ref.current.select();
|
||||
field.current.ref.current.focus();
|
||||
}
|
||||
}, [isOpened]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user