fix: rooms not being saved after repositioning
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user