We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e7a179 commit 6dc4373Copy full SHA for 6dc4373
src/ChatWindow/RoomsList.vue
@@ -2,7 +2,7 @@
2
<div
3
class="rooms-container app-border-r"
4
:class="{ 'rooms-container-full': isMobile }"
5
- v-if="showRoomsList"
+ v-show="showRoomsList"
6
>
7
<slot name="rooms-header"></slot>
8
0 commit comments