Updates
This commit is contained in:
@@ -74,6 +74,9 @@ const loadRoom = (roomToLoad) => {
|
||||
const decorationsInRoom = Floorplan.decorations.filter(decoration => decoration.decoration_room == roomToLoad.id);
|
||||
decorationsInRoom.forEach(decoration => createDecorationShape(decoration, false));
|
||||
tablesInRoom.forEach(createTableShape);
|
||||
if (!isInMode('edit')) {
|
||||
deselectTables();
|
||||
}
|
||||
Floorplan.currentRoom = roomToLoad;
|
||||
};
|
||||
const getRoomById = (roomId) => {
|
||||
|
||||
Reference in New Issue
Block a user