Skip to content

Commit

Permalink
Documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Dec 4, 2024
1 parent a60fe23 commit 08d4f53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ editor foundations:
const extensions = [
Document, Dropcursor, Gapcursor, Paragraph, HardBreak, Text,
Bold, Italic, Subscript, Superscript, Link.configure({ openOnClick: false }),
Bold, Italic, Subscript, Superscript, Link,
Menu.configure({ config }),
Menu,
]
return createTextareaEditor(textarea, extensions)
Expand Down

0 comments on commit 08d4f53

Please sign in to comment.