mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
fix: enter key extension validation added
This commit is contained in:
parent
87de913c76
commit
0e4fc414b1
@ -17,6 +17,5 @@ export const RichTextEditorExtensions = ({
|
||||
}: TArguments) => [
|
||||
SlashCommand(uploadFile),
|
||||
dragDropEnabled === true && DragAndDrop(setHideDragHandle),
|
||||
// TODO; add the extension conditionally for forms that don't require it
|
||||
// EnterKeyExtension(onEnterKeyPress),
|
||||
onEnterKeyPress && EnterKeyExtension(onEnterKeyPress),
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user