mirror of
https://github.com/plankanban/planka.git
synced 2025-12-22 09:15:37 +03:00
Update dependencies
This commit is contained in:
@@ -18,7 +18,7 @@ const NameField = React.memo(({ defaultValue, onUpdate }) => {
|
||||
isFocused.current = true;
|
||||
}, []);
|
||||
|
||||
const handleKeyDown = useCallback(event => {
|
||||
const handleKeyDown = useCallback((event) => {
|
||||
if (event.key === 'Enter') {
|
||||
event.preventDefault();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user