We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2bbfdb6 + a7e44bf commit 9dbd70dCopy full SHA for 9dbd70d
js/QuickConnection.js
@@ -236,7 +236,7 @@ export class QuickConnection {
236
const connecting = isInput ? input : output;
237
const connectionSlot = slot;
238
239
- const pos = node.getConnectionPos(isInput, connectionSlot, slotPos);
+ const pos = node.getConnectionPos?.(isInput, connectionSlot, slotPos) ?? node.pos;
240
241
if (!this.acceptingNodes) {
242
this.acceptingNodes = this.findAcceptingNodes(
0 commit comments