Skip to content

Commit 0f28e11

Browse files
Copilotheypoom
andcommitted
Fix destination node selection by removing incorrect click condition
Co-authored-by: heypoom <4714175+heypoom@users.noreply.github.com>
1 parent ee70f88 commit 0f28e11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/lib/components/FlowCanvasInner.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1256,7 +1256,7 @@
12561256
proOptions={{ hideAttribution: true }}
12571257
{isValidConnection}
12581258
onnodeclick={({ node }) => {
1259-
if (isConnectionMode && connectionSourceNode === null) {
1259+
if (isConnectionMode) {
12601260
handleNodeClickForConnection(node.id);
12611261
}
12621262
}}

0 commit comments

Comments
 (0)