fix reactive contenteditable for node views, fix #63
This commit is contained in:
@@ -115,7 +115,7 @@ class VueNodeView implements NodeView {
|
|||||||
style: {
|
style: {
|
||||||
whiteSpace: 'pre-wrap',
|
whiteSpace: 'pre-wrap',
|
||||||
},
|
},
|
||||||
attrs: {
|
domProps: {
|
||||||
id,
|
id,
|
||||||
contenteditable: isEditable,
|
contenteditable: isEditable,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user