mirror of
https://github.com/penpot/penpot.git
synced 2026-08-09 14:28:55 +00:00
* 🐛 Prevent WASM panics during WebGL context restore Delay context-restored until reload finishes and no-op app mutations while reloading so resize/modifiers cannot panic mid-teardown. * 🐛 Fall back to CLJS bool content when WASM is not ready Returning nil from calculate-bool would persist empty path content during context loss/reload; use path/calc-bool-content instead.