mirror of
https://github.com/plankanban/planka.git
synced 2025-12-25 01:11:49 +03:00
Move from prettier-eslint to eslint-plugin-prettier, update dependencies
This commit is contained in:
@@ -35,7 +35,7 @@ const AddComment = React.memo(({ onCreate }) => {
|
||||
}, [onCreate, data, setData]);
|
||||
|
||||
const handleFieldKeyDown = useCallback(
|
||||
(event) => {
|
||||
event => {
|
||||
if (event.ctrlKey && event.key === 'Enter') {
|
||||
submit();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user