fix: rooms not being saved after repositioning

This commit is contained in:
2026-05-13 11:59:00 +02:00
parent 64f778fb6f
commit 60044b9ce0
@@ -91,6 +91,7 @@ class KonvaWebViewState extends State<KonvaWebView> {
.map((r) => {
'id': r.id,
'name': r.name,
'floor_id': r.floorId,
'x': r.x,
'y': r.y,
'width': r.width,