Files
web-cad/frontend
Leopoldadmin 463aa2ef77 fix: collab sync overwrites blocks with empty array
- collab.blocks sync had no guard against empty arrays
- when project loads, collab syncs empty blocks from server
- this overwrites createDefaultBlocks() with empty array
- added if (collab.blocks.length > 0) guard, same as layers
2026-06-29 16:44:38 +02:00
..