@bian-womp/spark-graph 0.3.34 → 0.3.35

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
@@ -3326,6 +3326,7 @@ class GraphRuntime {
3326
3326
  if (!fromNode?.outputs)
3327
3327
  return;
3328
3328
  this.hydrate({ outputs: { [toNodeId]: { ...fromNode.outputs } } }, { invalidate: !options?.dry });
3329
+ this.handleResolver.scheduleRecomputeHandles(toNodeId);
3329
3330
  }
3330
3331
  hydrate(payload, opts) {
3331
3332
  const releasePause = this.requestPause();