@bian-womp/spark-workbench 0.3.57 → 0.3.59

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/lib/cjs/index.cjs CHANGED
@@ -207,7 +207,7 @@ class InMemoryWorkbench extends AbstractWorkbench {
207
207
  this.positions = filteredPositions;
208
208
  this.sizes = filteredSizes;
209
209
  this.selection = { nodes: filteredNodes, edges: filteredEdges };
210
- this.emit("graphChanged", { def: this._def });
210
+ this.emit("graphChanged", { def: this._def, change: { type: "load" } });
211
211
  this.refreshValidation();
212
212
  }
213
213
  refreshValidation() {