@bian-womp/spark-workbench 0.2.73 → 0.2.74
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 +1 -1
- package/lib/cjs/index.cjs.map +1 -1
- package/lib/esm/index.js +1 -1
- package/lib/esm/index.js.map +1 -1
- package/package.json +4 -4
package/lib/cjs/index.cjs
CHANGED
|
@@ -280,7 +280,7 @@ class InMemoryWorkbench extends AbstractWorkbench {
|
|
|
280
280
|
}
|
|
281
281
|
// Position and selection APIs for React Flow bridge
|
|
282
282
|
setPositions(map, options) {
|
|
283
|
-
this.positions = { ...map };
|
|
283
|
+
this.positions = { ...this.positions, ...map };
|
|
284
284
|
this.emit("graphUiChanged", {
|
|
285
285
|
def: this.def,
|
|
286
286
|
change: { type: "moveNodes" },
|