fix: fix updating node views, fix #1656
This commit is contained in:
@@ -153,7 +153,7 @@ class VueNodeView extends NodeView<Component, Editor, VueNodeViewRendererOptions
|
||||
this.node = node
|
||||
this.decorations = decorations
|
||||
|
||||
updateProps()
|
||||
updateProps({ node, decorations })
|
||||
|
||||
return true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user