diff --git a/src/app/App.tsx b/src/app/App.tsx index 593995cd..911e0edf 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -21811,7 +21811,9 @@ 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. + appends a new point to the end of the selected path. When + a point is selected, Shift+D appends one and + starts grab mode.
{selectedPathPointIndex === null ? null : (
@@ -21829,7 +21831,7 @@ export function App({ className="toolbar__button" type="button" data-testid="add-path-point" - onClick={handleAddPathPoint} + onClick={() => handleAddPathPoint()} > Add Point