Files
windmill/frontend/src/lib
Diego Imbert 36ce4c6d44 fix(frontend): snapshot UserDraft proxy before structuredClone in resource save
`states[ws].draft` is now a Svelte $state proxy (it flows through
UserDraft's useLocalStorageValue cell). `structuredClone` can't clone a
proxy and threw "Failed to execute 'structuredClone' on 'Window'",
blocking resource saves. Snapshot to a plain object via
`$state.snapshot` before assigning the dirty baseline.
2026-05-17 00:31:44 +02:00
..
2026-03-26 18:52:15 +00:00
2026-05-11 12:26:21 +02:00
2026-03-27 19:39:55 +00:00