Skip to content

Commit 08d4f53

Browse files
committed
Documentation fixes
1 parent a60fe23 commit 08d4f53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@ editor foundations:
144144
const extensions = [
145145
Document, Dropcursor, Gapcursor, Paragraph, HardBreak, Text,
146146
147-
Bold, Italic, Subscript, Superscript, Link.configure({ openOnClick: false }),
147+
Bold, Italic, Subscript, Superscript, Link,
148148
149-
Menu.configure({ config }),
149+
Menu,
150150
]
151151
152152
return createTextareaEditor(textarea, extensions)

0 commit comments

Comments
 (0)