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

fix meta

parent c1dd7a5a
No related branches found
No related tags found
1 merge request!359new node structure
......@@ -99,9 +99,9 @@ const EditorComponent = ({ node, view, getPos }) => {
handleDOMEvents: {
mousedown: () => {
context.view.main.dispatch(
context.view.main.state
context.view.main.state.tr
.setMeta('outsideView', questionId)
.tr.setSelection(
.setSelection(
new TextSelection(
context.view.main.state.tr.doc.resolve(
getPos() +
......
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