Files
StepForge/app
Tyler c39262c3fa
Template tests / tests (push) Successful in 1m40s
Fix global placeholders save crashing with non-serializable error
The placeholders:globals:set IPC handler destructured { values } from
its args, but the renderer sends the placeholders object directly,
so values was always undefined and JSON.stringify(undefined) threw.
2026-06-15 18:08:16 -05:00
..