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:
Diffstat (limited to 'src/components/Quote.vue')
-rw-r--r--src/components/Quote.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Quote.vue b/src/components/Quote.vue
index 64ac90019..ac2a739f7 100644
--- a/src/components/Quote.vue
+++ b/src/components/Quote.vue
@@ -226,7 +226,7 @@ export default {
},
handleQuoteClick() {
- EventBus.$emit('focusMessage', this.parentId)
+ EventBus.$emit('focus-message', this.parentId)
},
},
}