Skip to content

Commit 6dc4373

Browse files
committed
(fix) keep rooms-list alive when hidden
1 parent 7e7a179 commit 6dc4373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ChatWindow/RoomsList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div
33
class="rooms-container app-border-r"
44
:class="{ 'rooms-container-full': isMobile }"
5-
v-if="showRoomsList"
5+
v-show="showRoomsList"
66
>
77
<slot name="rooms-header"></slot>
88

0 commit comments

Comments
 (0)