Skip to content

Commit 34cabda

Browse files
committed
(fix) missing toggle-rooms-list event
1 parent b5266c2 commit 34cabda

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/ChatWindow/Room/Room.vue

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
:room-info="roomInfo"
2525
:menu-actions="menuActions"
2626
:room="room"
27+
@toggle-rooms-list="$emit('toggle-rooms-list')"
2728
@menu-action-handler="$emit('menu-action-handler', $event)"
2829
>
2930
<template v-for="(index, name) in $scopedSlots" #[name]="data">
@@ -86,10 +87,7 @@
8687
@send-message-reaction="sendMessageReaction"
8788
@hide-options="hideOptions = $event"
8889
>
89-
<template
90-
v-for="(index, name) in $scopedSlots"
91-
#[name]="data"
92-
>
90+
<template v-for="(index, name) in $scopedSlots" #[name]="data">
9391
<slot :name="name" v-bind="data" />
9492
</template>
9593
</message>

0 commit comments

Comments
 (0)