mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
chore: remove enter key extension (#4648)
This commit is contained in:
parent
4091e61953
commit
67bd14ceb5
@ -17,5 +17,6 @@ export const RichTextEditorExtensions = ({
|
||||
}: TArguments) => [
|
||||
SlashCommand(uploadFile),
|
||||
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