add setParent method to rerender node views

This commit is contained in:
Philipp Kühn
2018-11-11 22:44:16 +01:00
parent e1c5bd4eda
commit fe8a21ce7c
4 changed files with 1135 additions and 1038 deletions

View File

@@ -86,5 +86,8 @@
"webpack-svgstore-plugin": "^4.1.0",
"zlib": "^1.0.5"
},
"dependencies": {}
"dependencies": {},
"resolutions": {
"prosemirror-view": "git+https://git@github.com/ProseMirror/prosemirror-view.git"
}
}