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 1212 :text-messages =" t"
1313 :show-search =" showSearchCasted"
1414 :show-add-room =" showAddRoomCasted"
15- :show-rooms-list =" showRoomsList"
15+ :show-rooms-list =" showRoomsList && roomsListOpenedCasted "
1616 :text-formatting =" textFormattingCasted"
1717 :link-options =" linkOptionsCasted"
1818 :is-mobile =" isMobile"
5151 :show-footer =" showFooterCasted"
5252 :text-messages =" t"
5353 :single-room =" singleRoomCasted"
54- :show-rooms-list =" showRoomsList"
54+ :show-rooms-list =" showRoomsList && roomsListOpenedCasted "
5555 :text-formatting =" textFormattingCasted"
5656 :link-options =" linkOptionsCasted"
5757 :is-mobile =" isMobile"
@@ -432,8 +432,11 @@ export default {
432432 })
433433 },
434434
435- roomsListOpenedCasted (val ) {
436- this .showRoomsList = val
435+ roomsListOpenedCasted: {
436+ immediate: true ,
437+ handler (val ) {
438+ this .showRoomsList = val
439+ }
437440 }
438441 },
439442
You can’t perform that action at this time.
0 commit comments