mirror of
https://github.com/plankanban/planka.git
synced 2025-12-18 09:13:21 +03:00
Update dependencies
This commit is contained in:
@@ -57,7 +57,7 @@ const EditComment = React.forwardRef(({ children, defaultData, onUpdate }, ref)
|
||||
);
|
||||
|
||||
const handleFieldKeyDown = useCallback(
|
||||
event => {
|
||||
(event) => {
|
||||
if (event.ctrlKey && event.key === 'Enter') {
|
||||
submit();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user