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 30e5b5b commit 3f22cc3Copy full SHA for 3f22cc3
src/ChatWindow/Room/Room.vue
@@ -437,7 +437,9 @@ export default {
437
(!this.rooms.length && !this.loadingRooms) ||
438
(!this.room.roomId && !this.loadFirstRoom)
439
440
- if (noRoomSelected) this.loadingMessages = false
+ if (noRoomSelected) {
441
+ this.loadingMessages = false /* eslint-disable-line vue/no-side-effects-in-computed-properties */
442
+ }
443
return noRoomSelected
444
},
445
showMessagesStarted() {
0 commit comments