mirror of
https://github.com/plankanban/planka.git
synced 2025-12-19 09:13:20 +03:00
Update dependencies
This commit is contained in:
@@ -60,7 +60,7 @@ const Add = React.forwardRef(({ children, onCreate }, ref) => {
|
||||
}, [open]);
|
||||
|
||||
const handleFieldKeyDown = useCallback(
|
||||
event => {
|
||||
(event) => {
|
||||
if (event.key === 'Enter') {
|
||||
event.preventDefault();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user