diff --git a/src/components/App.tsx b/src/components/App.tsx index 469768b8..634f671b 100644 --- a/src/components/App.tsx +++ b/src/components/App.tsx @@ -4838,7 +4838,8 @@ class App extends React.Component { ...idsOfSelectedElementsThatAreInGroups, }, })); - } else { + // if not gragging a linear element point (outside editor) + } else if (!this.state.selectedLinearElement?.isDragging) { // remove element from selection while // keeping prev elements selected