always start alt-lasso from initial point

This commit is contained in:
dwelle 2025-04-03 19:17:56 +02:00
parent 5efa137837
commit 057331431f

View file

@ -8581,8 +8581,8 @@ class App extends React.Component<AppProps, AppState> {
event.shiftKey,
);
this.lassoTrail.startPath(
pointerCoords.x,
pointerCoords.y,
pointerDownState.origin.x,
pointerDownState.origin.y,
event.shiftKey,
);
this.setAppState({