We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 026230f commit b1223c4Copy full SHA for b1223c4
1 file changed
apps/twig/src/renderer/features/message-editor/tiptap/useTiptapEditor.ts
@@ -98,7 +98,7 @@ export function useTiptapEditor(options: UseTiptapEditorOptions) {
98
editable: !disabled,
99
autofocus: autoFocus ? "end" : false,
100
editorProps: {
101
- attributes: { class: EDITOR_CLASS },
+ attributes: { class: EDITOR_CLASS, spellcheck: "false" },
102
handleKeyDown: (view, event) => {
103
if (event.key === "Enter") {
104
const sendMessagesWith =
0 commit comments