fix: rooms not being saved after repositioning
This commit is contained in:
@@ -91,6 +91,7 @@ class KonvaWebViewState extends State<KonvaWebView> {
|
|||||||
.map((r) => {
|
.map((r) => {
|
||||||
'id': r.id,
|
'id': r.id,
|
||||||
'name': r.name,
|
'name': r.name,
|
||||||
|
'floor_id': r.floorId,
|
||||||
'x': r.x,
|
'x': r.x,
|
||||||
'y': r.y,
|
'y': r.y,
|
||||||
'width': r.width,
|
'width': r.width,
|
||||||
|
|||||||
Reference in New Issue
Block a user