From 09f31c7172f77c137059c16cd417341e740341fa Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 13 May 2026 05:08:06 +0200 Subject: [PATCH] auto-git: [change] src/app/App.tsx --- src/app/App.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/App.tsx b/src/app/App.tsx index 14660602..0ea7c428 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -23071,9 +23071,10 @@ export function App({
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. When - a point is selected, Shift+D appends one and - starts grab mode. + adds a point after the selected control point, or appends + to the end when the whole path is selected. When a point is + selected, Shift+D adds one and starts grab + mode.
{selectedPathPointIndex === null ? null : (