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/ChatView.vue')
-rw-r--r--src/components/ChatView.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ChatView.vue b/src/components/ChatView.vue
index 08fc75886..fc5e16610 100644
--- a/src/components/ChatView.vue
+++ b/src/components/ChatView.vue
@@ -48,7 +48,7 @@
:is-chat-scrolled-to-bottom="isChatScrolledToBottom"
:token="token"
:is-visible="isVisible"
- @setChatScrolledToBottom="setScrollStatus" />
+ @set-chat-scrolled-to-bottom="setScrollStatus" />
<NewMessageForm
role="region"
:is-chat-scrolled-to-bottom="isChatScrolledToBottom"