commit: 06068afe9135bb25fb5f6426b6d6d3c5b9ccc815
parent 9b762a1c69e344e212705b7e4c8ecda7493d09ec
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date: Mon, 9 Jan 2023 21:11:09 +0000
Merge branch 'tusooa/1232-scroll-to-top' into 'develop'
Stop propogation for all top-bar buttons
Closes #1232
See merge request pleroma/pleroma-fe!1748
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/components/desktop_nav/desktop_nav.vue b/src/components/desktop_nav/desktop_nav.vue
@@ -38,7 +38,7 @@
/>
<button
class="button-unstyled nav-icon"
- @click="openSettingsModal"
+ @click.stop="openSettingsModal"
>
<FAIcon
fixed-width
@@ -65,7 +65,7 @@
<button
v-if="currentUser"
class="button-unstyled nav-icon"
- @click.prevent="logout"
+ @click.stop.prevent="logout"
>
<FAIcon
fixed-width