auto-git:

[change] src/app/App.tsx
This commit is contained in:
2026-05-13 05:08:06 +02:00
parent d9e8e0be4c
commit 09f31c7172

View File

@@ -23071,9 +23071,10 @@ export function App({
<div className="material-summary"> <div className="material-summary">
Edit authored point positions directly. Keep at least{" "} Edit authored point positions directly. Keep at least{" "}
{MIN_SCENE_PATH_POINT_COUNT} points. <code>Shift+W</code>{" "} {MIN_SCENE_PATH_POINT_COUNT} points. <code>Shift+W</code>{" "}
appends a new point to the end of the selected path. When adds a point after the selected control point, or appends
a point is selected, <code>Shift+D</code> appends one and to the end when the whole path is selected. When a point is
starts grab mode. selected, <code>Shift+D</code> adds one and starts grab
mode.
</div> </div>
{selectedPathPointIndex === null ? null : ( {selectedPathPointIndex === null ? null : (
<div className="material-summary"> <div className="material-summary">