This commit is contained in:
zsviczian 2023-11-12 12:04:47 +00:00
parent 1d27ce16d8
commit d64ac92cc2
1 changed files with 3 additions and 1 deletions

View File

@ -5955,7 +5955,9 @@ class App extends React.Component<AppProps, AppState> {
) {
return withBatchedUpdatesThrottled((event: PointerEvent) => {
//To avoid pointerMove canceling the selection of locked elements on mobile
if(Boolean(this.state.contextMenu)) return;
if (Boolean(this.state.contextMenu)) {
return;
}
// We need to initialize dragOffsetXY only after we've updated
// `state.selectedElementIds` on pointerDown. Doing it here in pointerMove