Files
thu-maic--openmaic/lib/edit/scene-creation-enabled.ts
wehub-resource-sync c48612c494
CI / E2E Tests (push) Has been cancelled
CI / Lint, Typecheck & Unit Tests (push) Has been cancelled
Docs Build / Build docs site (push) Has been cancelled
Publish @openmaic packages / Build, validate & publish (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:03:23 +08:00

13 lines
593 B
TypeScript

/**
* Gates the editor's two scene-creation entry points — the inter-thumb "+"
* insertion zones and the per-slide Duplicate menu item.
*
* Enabled now that the editor can author a scene's playback `actions`:
* duplicated slides carry the source's actions (playable as-is), and a blank
* inserted slide starts with no actions (createBlankSlideScene) — the engine
* dwells on it so it stays playable while the user fills in the narration via
* the script timeline / MAIC Agent. Reorder / delete / rename were always
* playback-safe.
*/
export const SCENE_CREATION_ENABLED = true;