From 876cda1138c551699f5d59d4e6197311854d0f61 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 13 Apr 2026 22:29:03 +0200 Subject: [PATCH] Update code formatting in App.tsx --- src/app/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/App.tsx b/src/app/App.tsx index fbce215f..187dadbb 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -12475,8 +12475,8 @@ export function App({ store, initialStatusMessage }: AppProps) {
Points
Edit authored point positions directly. Keep at least{" "} - {MIN_SCENE_PATH_POINT_COUNT} points. `Shift+W` appends a - new point to the end of the selected path. + {MIN_SCENE_PATH_POINT_COUNT} points. Shift+W{" "} + appends a new point to the end of the selected path.
{selectedPathPointIndex === null ? null : (