mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
always start alt-lasso from initial point
This commit is contained in:
parent
5efa137837
commit
057331431f
1 changed files with 2 additions and 2 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue