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 <coding@schilljs.com>2021-06-16 10:14:45 +0300
committerJoas Schilling <coding@schilljs.com>2021-06-16 10:14:45 +0300
commitbad41598cf82ca5e15e5d7f2fd2f91e5fa0bc564 (patch)
treeda28f139efdb1bd47f490c294562f798698f71b3
parent10e241082b106915fe26696dd2cd809a9992cf26 (diff)
Only slow, not additional
Signed-off-by: Joas Schilling <coding@schilljs.com>
-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()