do not update props anymore

This commit is contained in:
Philipp Kühn
2018-11-14 11:47:32 +01:00
parent ca0144cfc3
commit 39a8ab6d5b

View File

@@ -87,8 +87,11 @@ export default class ComponentView {
this.node = node
this.decorations = decorations
this.vm._props.node = node
this.vm._props.decorations = decorations
// TODO: should be update props? maybe this is required for the collab plugin
// this.vm._props.node = node
// this.vm._props.decorations = decorations
return true
}