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: { style: {
whiteSpace: 'pre-wrap', whiteSpace: 'pre-wrap',
}, },
attrs: { domProps: {
id, id,
contenteditable: isEditable, contenteditable: isEditable,
}, },