mirror of
https://github.com/plankanban/planka.git
synced 2025-12-25 01:11:49 +03:00
Update dependencies
This commit is contained in:
@@ -42,7 +42,7 @@ const AddList = React.forwardRef(({ children, onCreate }, ref) => {
|
||||
}, [open]);
|
||||
|
||||
const handleFieldKeyDown = useCallback(
|
||||
event => {
|
||||
(event) => {
|
||||
if (event.key === 'Escape') {
|
||||
close();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user