Skip to content
Snippets Groups Projects
Commit bdbea69d authored by chris's avatar chris
Browse files

enable images

parent c0a2e2a6
No related branches found
No related tags found
No related merge requests found
...@@ -107,7 +107,7 @@ const EditorComponent = ({ node, view, getPos }) => { ...@@ -107,7 +107,7 @@ const EditorComponent = ({ node, view, getPos }) => {
plugins: finalPlugins, plugins: finalPlugins,
}), }),
dispatchTransaction, dispatchTransaction,
disallowedTools: ['Images', 'Lists', 'lift', 'MultipleChoice'], disallowedTools: ['Lists', 'lift', 'MultipleChoice'],
handleDOMEvents: { handleDOMEvents: {
mousedown: () => { mousedown: () => {
main.dispatch( main.dispatch(
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment