summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrigorii K. Shartsev <me@shgk.me>2023-08-08 18:21:19 +0200
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>2023-08-08 17:23:18 +0000
commit9fc6023304e9b516f1b97ab2b9d458898c6a01c8 (patch)
tree03472a5d712a40c9036dc0d7ba7c79255d543d70
parent076cc8a93138c42ab72e1ceaf916ce436ccecc9a (diff)
fix(LeftSidebar): fix "unread mentions" button appearing
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
-rw-r--r--src/components/LeftSidebar/LeftSidebar.vue6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/components/LeftSidebar/LeftSidebar.vue b/src/components/LeftSidebar/LeftSidebar.vue
index e6d0e8af1..19ecabaca 100644
--- a/src/components/LeftSidebar/LeftSidebar.vue
+++ b/src/components/LeftSidebar/LeftSidebar.vue
@@ -111,10 +111,8 @@
</div>
<template #list>
- <li ref="container" class="left-sidebar__list">
- <ul ref="scroller"
- class="scroller"
- @scroll="debounceHandleScroll">
+ <li ref="container" class="left-sidebar__list" @scroll="debounceHandleScroll">
+ <ul class="scroller">
<NcListItem v-if="noMatchFound && searchText"
:title="t('spreed', 'Create a new conversation')"
@click="createConversation(searchText)">