@foblex/flow 19.1.0 → 19.1.1
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/fesm2022/foblex-flow.mjs
CHANGED
|
@@ -6406,8 +6406,8 @@ let BuildConnectionWorkerPayloadItem = class BuildConnectionWorkerPayloadItem {
|
|
|
6406
6406
|
return {
|
|
6407
6407
|
originalIndex,
|
|
6408
6408
|
behavior: connection.fBehavior,
|
|
6409
|
-
outputSide: connection.
|
|
6410
|
-
inputSide: connection.
|
|
6409
|
+
outputSide: connection.sourceSide(),
|
|
6410
|
+
inputSide: connection.targetSide(),
|
|
6411
6411
|
sourceConnectableSide: source.fConnectableSide,
|
|
6412
6412
|
targetConnectableSide: target.fConnectableSide,
|
|
6413
6413
|
sourceRotation: this._store.nodes.get(source.fNodeId)?._rotate || 0,
|