@leanix/components 0.4.745 → 0.4.746

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10879,9 +10879,9 @@ class AngularNodeView extends NodeView {
10879
10879
  this.deselectNode();
10880
10880
  }
10881
10881
  }
10882
- update(node, decorations) {
10882
+ update(node, decorations, _innerDecorations) {
10883
10883
  const updateProps = () => {
10884
- this.renderer.updateProps({ node, decorations });
10884
+ this.renderer.updateProps({ node, decorations: decorations });
10885
10885
  };
10886
10886
  if (this.options.update) {
10887
10887
  const oldNode = this.node;