mirror of
https://github.com/plankanban/planka.git
synced 2025-12-20 17:25:39 +03:00
Update dependencies
This commit is contained in:
@@ -51,7 +51,7 @@ const EditDescription = React.forwardRef(({ children, defaultValue, onUpdate },
|
||||
}, [open]);
|
||||
|
||||
const handleFieldKeyDown = useCallback(
|
||||
event => {
|
||||
(event) => {
|
||||
if (event.ctrlKey && event.key === 'Enter') {
|
||||
submit();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user