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.
1 parent c4bbe7f commit f9d92b8Copy full SHA for f9d92b8
src/components/searchbox/NodeSearchBoxPopover.vue
@@ -166,10 +166,11 @@ const showContextMenu = (e: CanvasPointerEvent) => {
166
showSearchBox(e)
167
}
168
169
+ const afterRerouteId = firstLink.fromReroute?.id
170
const connectionOptions =
171
toType === 'input'
- ? { nodeFrom: node, slotFrom: fromSlot }
172
- : { nodeTo: node, slotTo: fromSlot }
+ ? { nodeFrom: node, slotFrom: fromSlot, afterRerouteId }
173
+ : { nodeTo: node, slotTo: fromSlot, afterRerouteId }
174
175
const canvas = canvasStore.getCanvas()
176
const menu = canvas.showConnectionMenu({
0 commit comments