Skip to content

Commit

Permalink
* feat(NoteEditorV2.tsx): add support for contenteditable input style…
Browse files Browse the repository at this point in the history
… in EasyMDE options
  • Loading branch information
hereAlexT committed Dec 17, 2023
1 parent 12f678e commit a40eb3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/NoteEditor/NoteEditorV2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ const CardEditorV2: React.FC<CardEditorV2Props> = ({
spellChecker: false,
nativeSpellcheck: true,
lineNumbers: false,
inputStyle: "contenteditable",
} as EasyMDE.Options;
}, []);

Expand Down

0 comments on commit a40eb3b

Please sign in to comment.