mirror of
https://github.com/plankanban/planka.git
synced 2025-12-24 01:11:41 +03:00
Update dependencies
This commit is contained in:
@@ -50,7 +50,7 @@ const EditName = React.forwardRef(({ children, defaultValue, onUpdate }, ref) =>
|
||||
);
|
||||
|
||||
const handleFieldKeyDown = useCallback(
|
||||
event => {
|
||||
(event) => {
|
||||
switch (event.key) {
|
||||
case 'Enter':
|
||||
event.preventDefault();
|
||||
|
||||
Reference in New Issue
Block a user