fix reactive contenteditable for node views, fix #63

This commit is contained in:
Philipp Kühn
2021-01-04 14:57:24 +01:00
parent 0fe46fc2c1
commit ed3a34d5d7

View File

@@ -115,7 +115,7 @@ class VueNodeView implements NodeView {
style: {
whiteSpace: 'pre-wrap',
},
attrs: {
domProps: {
id,
contenteditable: isEditable,
},