mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
don't update points unitil deselected
This commit is contained in:
parent
3487f0ab26
commit
9b5715623a
5 changed files with 44 additions and 15 deletions
|
@ -1907,6 +1907,7 @@ class App extends React.Component<AppProps, AppState> {
|
|||
editingLinearElement: new LinearElementEditor(
|
||||
selectedElements[0],
|
||||
this.scene,
|
||||
true,
|
||||
),
|
||||
});
|
||||
}
|
||||
|
@ -2485,6 +2486,7 @@ class App extends React.Component<AppProps, AppState> {
|
|||
editingLinearElement: new LinearElementEditor(
|
||||
selectedElements[0],
|
||||
this.scene,
|
||||
true,
|
||||
),
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue