mirror of
https://github.com/codex-team/editor.js
synced 2026-03-18 00:19:53 +01:00
Fix rendering of examples
This commit is contained in:
parent
d9f301ffb9
commit
aa508ad2f9
3 changed files with 3 additions and 3 deletions
|
|
@ -107,7 +107,7 @@
|
|||
image: ImageTool,
|
||||
|
||||
list: {
|
||||
class: List,
|
||||
class: EditorjsList,
|
||||
inlineToolbar: true,
|
||||
shortcut: 'CMD+SHIFT+L'
|
||||
},
|
||||
|
|
|
|||
|
|
@ -121,7 +121,7 @@
|
|||
},
|
||||
|
||||
list: {
|
||||
class: List,
|
||||
class: EditorjsList,
|
||||
inlineToolbar: true,
|
||||
shortcut: 'CMD+SHIFT+L'
|
||||
},
|
||||
|
|
|
|||
|
|
@ -120,7 +120,7 @@
|
|||
image: SimpleImage,
|
||||
|
||||
list: {
|
||||
class: List,
|
||||
class: EditorjsList,
|
||||
inlineToolbar: true,
|
||||
shortcut: 'CMD+SHIFT+L'
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue