Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2021-06-16 10:34:39 +0300
committerGitHub <noreply@github.com>2021-06-16 10:34:39 +0300
commit4d5fcf72f3042e16c60d262a373d9f9500f62a09 (patch)
tree259c78aa18a9e47782ca116eed7a7ed7bec4242e
parentff52ae0cf94b155063419be795294d09e6aaa8a4 (diff)
parentbad41598cf82ca5e15e5d7f2fd2f91e5fa0bc564 (diff)
Merge pull request #5782 from nextcloud/techdebt/noid/slow-participant-update-when-not-visible
Only slow, not additional
-rw-r--r--src/components/RightSidebar/Participants/ParticipantsTab.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/RightSidebar/Participants/ParticipantsTab.vue b/src/components/RightSidebar/Participants/ParticipantsTab.vue
index dea5e909b..e6a800620 100644
--- a/src/components/RightSidebar/Participants/ParticipantsTab.vue
+++ b/src/components/RightSidebar/Participants/ParticipantsTab.vue
@@ -192,6 +192,7 @@ export default {
|| !this.$store.getters.getSidebarStatus
|| !this.isActive) {
this.debounceSlowUpdateParticipants()
+ return
}
this.debounceFastUpdateParticipants()