Fix orbit binding highlight

This commit is contained in:
Mark Tolmacs
2025-08-22 19:19:52 +02:00
parent 216ba26a45
commit e30c518e00
3 changed files with 20 additions and 10 deletions

View File

@@ -466,6 +466,7 @@ export class LinearElementEditor {
? "start"
: "end",
app.scene,
pointFrom<GlobalPoint>(scenePointerX, scenePointerY),
);
}
}