From 649e157e7463245a8166b4e2a935b01a633cc95f Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Tue, 12 May 2026 22:26:19 +0200 Subject: [PATCH] Add controls for adding and applying path points --- src/app/App.tsx | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/app/App.tsx b/src/app/App.tsx index 9295b0d2..4ae762cb 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -21777,6 +21777,24 @@ export function App({ Selected in viewport: {selectedPathPointCount} points ) : null} +
+ + +
{selectedPath.points.map((point, pointIndex) => (
Point {pointIndex + 1}
@@ -21898,24 +21916,6 @@ export function App({
))} -
- - -
) : selectedEntity !== null ? (