From 2f6c524821351b927b62f7be4aeee7f6b57e5aec Mon Sep 17 00:00:00 2001 From: ElectricS01 <103579308+ElectricS01@users.noreply.github.com> Date: Tue, 14 Feb 2023 23:11:16 +1100 Subject: [PATCH 1/3] Added Esc to auto scroll to the bottom of the chat --- .../Communications/CommunicationsChat.vue | 15 +++++-- frontend/vue.config.js | 2 +- frontend/yarn.lock | 40 +++++++++++-------- 3 files changed, 36 insertions(+), 21 deletions(-) diff --git a/frontend/src/views/Communications/CommunicationsChat.vue b/frontend/src/views/Communications/CommunicationsChat.vue index d286774..98d03a0 100644 --- a/frontend/src/views/Communications/CommunicationsChat.vue +++ b/frontend/src/views/Communications/CommunicationsChat.vue @@ -222,7 +222,7 @@ z-index: 20; " width="100%" - @click="forceBottom" + @click="forceScroll" v-if="avoidAutoScroll" >
@@ -437,7 +437,6 @@ outlined autofocus @keydown.enter="doSearch" - @keydown.esc="$store.state.searchPanel = false" >