@next-core/editor-bricks-helper 0.50.79 → 0.50.80

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.
@@ -839,6 +839,7 @@
839
839
  edges: newEdges,
840
840
  wrapperNode
841
841
  };
842
+ this.triggerDataChange();
842
843
  this.eventTarget.dispatchEvent(new CustomEvent(BuilderInternalEventType.NODE_UPDATE, {
843
844
  detail: this.data
844
845
  }));