chore: remove enter key extension (#4648)
This commit is contained in:
parent
4091e61953
commit
67bd14ceb5
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue