make sure elements are deselected once the selection starts
This commit is contained in:
@@ -148,6 +148,7 @@
|
||||
if (distance <= paneClickDistance) {
|
||||
return;
|
||||
}
|
||||
store.unselectNodesAndEdges();
|
||||
onselectionstart?.(event);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user