docs: remove stale presentation numbering

This commit is contained in:
lda
2026-07-13 15:54:32 +07:00 Verified
parent ddaf8c6102
commit c1490e3604
7 changed files with 15 additions and 15 deletions
@@ -284,7 +284,7 @@ export const AssistantOperatorThread = ({
}
if (!activeToolGroupId) return;
// The same transcript can be much taller than the Scene 9 dock. Keep the
// The same transcript can be much taller than the prepared assistant pane. Keep the
// beat-owned group visible without maintaining a second scroll-state model.
const activeGroup = viewport
?.querySelector<HTMLElement>(`[data-tool-group-id="${activeToolGroupId}"]`);