chore: remove enter key extension (#4648)

This commit is contained in:
Aaryan Khandelwal 2024-05-30 15:37:25 +05:30 committed by GitHub
parent 4091e61953
commit 67bd14ceb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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),
];