fixing bug in multiselect
Deploy / deploy (push) Successful in 40s

This commit is contained in:
2026-05-07 19:23:17 +02:00
parent 658d4d45c5
commit 6343fdb274
+2 -2
View File
@@ -794,8 +794,8 @@ function onMouseUp(e) {
);
selectedNodeIds = found.map(n => n.id);
selectedNodeId = found.length > 0 ? found[0].id : null;
if (found.length > 0) selectNode(found[0].id);
else { selectedNodeId = null; selectedNodeIds = []; renderNodeList(); renderShapeList(); renderNetwork(); }
selectedShapeId = null;
renderNodeList(); renderShapeList(); renderNetwork();
}
}
dragType = null; dragTarget = null; dragOrig = null;