File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 12
12
:text-messages =" t"
13
13
:show-search =" showSearchCasted"
14
14
:show-add-room =" showAddRoomCasted"
15
- :show-rooms-list =" showRoomsList"
15
+ :show-rooms-list =" showRoomsList && roomsListOpenedCasted "
16
16
:text-formatting =" textFormattingCasted"
17
17
:link-options =" linkOptionsCasted"
18
18
:is-mobile =" isMobile"
51
51
:show-footer =" showFooterCasted"
52
52
:text-messages =" t"
53
53
:single-room =" singleRoomCasted"
54
- :show-rooms-list =" showRoomsList"
54
+ :show-rooms-list =" showRoomsList && roomsListOpenedCasted "
55
55
:text-formatting =" textFormattingCasted"
56
56
:link-options =" linkOptionsCasted"
57
57
:is-mobile =" isMobile"
@@ -432,8 +432,11 @@ export default {
432
432
})
433
433
},
434
434
435
- roomsListOpenedCasted (val ) {
436
- this .showRoomsList = val
435
+ roomsListOpenedCasted: {
436
+ immediate: true ,
437
+ handler (val ) {
438
+ this .showRoomsList = val
439
+ }
437
440
}
438
441
},
439
442
You can’t perform that action at this time.
0 commit comments