fix: line deselected when shift-dragging point outside editor (#5540)
This commit is contained in:
parent
3d9d398378
commit
4359e2935d
@ -4838,7 +4838,8 @@ class App extends React.Component<AppProps, AppState> {
|
|||||||
...idsOfSelectedElementsThatAreInGroups,
|
...idsOfSelectedElementsThatAreInGroups,
|
||||||
},
|
},
|
||||||
}));
|
}));
|
||||||
} else {
|
// if not gragging a linear element point (outside editor)
|
||||||
|
} else if (!this.state.selectedLinearElement?.isDragging) {
|
||||||
// remove element from selection while
|
// remove element from selection while
|
||||||
// keeping prev elements selected
|
// keeping prev elements selected
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user