Apply outline tracking to simple arrows as well

Signed-off-by: Mark Tolmacs <mark@lazycat.hu>
This commit is contained in:
Mark Tolmacs 2025-03-02 11:37:35 +01:00
parent f354285d69
commit e459ea0cc7
3 changed files with 68 additions and 9 deletions

View file

@ -8273,7 +8273,6 @@ class App extends React.Component<AppProps, AppState> {
);
},
linearElementEditor,
this.scene,
);
if (newLinearElementEditor) {
pointerDownState.lastCoords.x = pointerCoords.x;