@next-core/editor-bricks-helper 0.50.78 → 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.
package/dist/index.esm.js CHANGED
@@ -837,6 +837,7 @@ class BuilderDataManager {
837
837
  edges: newEdges,
838
838
  wrapperNode
839
839
  };
840
+ this.triggerDataChange();
840
841
  this.eventTarget.dispatchEvent(new CustomEvent(BuilderInternalEventType.NODE_UPDATE, {
841
842
  detail: this.data
842
843
  }));