diff --git a/client/agenda/FloorPlan.vue b/client/agenda/FloorPlan.vue index 41d3f13ffe7..3b242eca369 100644 --- a/client/agenda/FloorPlan.vue +++ b/client/agenda/FloorPlan.vue @@ -187,10 +187,10 @@ function handleDesiredRoom () { if (rm) { state.currentFloor = fl.id state.currentRoom = rm.id + state.desiredRoom = null break } } - state.desiredRoom = null } }