logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 6d0b3d4d0a579b0669b93dc68c143d5755bf157a
parent 23d82e06f798f5a199805ea13687fe317d6a5c3c
Author: tusooa <tusooa@kazv.moe>
Date:   Fri,  6 Jan 2023 13:30:35 -0500

Stop propogation for all top-bar buttons

Diffstat:

Msrc/components/desktop_nav/desktop_nav.vue4++--
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