OpenCut/apps
gewu2022 a2bbafff3f
fix(SaveManager): use getActiveOrNull to avoid race when leaving editor
When closeProject() sets this.active = null, a debounced save scheduled before
  may still fire, causing getActive() to throw "No active project". The existing
  `if (!activeProject) return;` guard was dead code. Switching to getActiveOrNull
  makes the guard actually work.
    - 选 ⊙ Create a new branch for
2026-04-27 15:55:53 +08:00
..
desktop fix: WebGL frame rendering and opencut-wasm 0.2.8 2026-04-19 07:42:52 +02:00
web fix(SaveManager): use getActiveOrNull to avoid race when leaving editor 2026-04-27 15:55:53 +08:00