forked from github/plane
chore: remove enter key extension (#4648)
This commit is contained in:
parent
4091e61953
commit
67bd14ceb5
@ -17,5 +17,6 @@ export const RichTextEditorExtensions = ({
|
|||||||
}: TArguments) => [
|
}: TArguments) => [
|
||||||
SlashCommand(uploadFile),
|
SlashCommand(uploadFile),
|
||||||
dragDropEnabled === true && DragAndDrop(setHideDragHandle),
|
dragDropEnabled === true && DragAndDrop(setHideDragHandle),
|
||||||
EnterKeyExtension(onEnterKeyPress),
|
// TODO; add the extension conditionally for forms that don't require it
|
||||||
|
// EnterKeyExtension(onEnterKeyPress),
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user