@babylonjs/node-editor 5.50.1 → 5.51.0
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.
@@ -56880,7 +56880,7 @@ class ConnectionPointPortData {
|
|
56880
56880
|
if (!this.isConnected) {
|
56881
56881
|
return null;
|
56882
56882
|
}
|
56883
|
-
if (!this._connectedPort) {
|
56883
|
+
if (!this._connectedPort && this.data.connectedPoint) {
|
56884
56884
|
const otherBlock = this.data.connectedPoint.ownerBlock;
|
56885
56885
|
let otherNode = this._nodeContainer.nodes.find((n) => n.content.data === otherBlock);
|
56886
56886
|
if (!otherNode) {
|