Skip to content

Commit eb3e3d2

Browse files
fix: Only clear desiredRoom if the room is found (ietf-tools#5398)
1 parent 1388b03 commit eb3e3d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/agenda/FloorPlan.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,10 @@ function handleDesiredRoom () {
187187
if (rm) {
188188
state.currentFloor = fl.id
189189
state.currentRoom = rm.id
190+
state.desiredRoom = null
190191
break
191192
}
192193
}
193-
state.desiredRoom = null
194194
}
195195
}
196196

0 commit comments

Comments
 (0)