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 ? (