logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 3d4d694b493b9a0785462d1d5f57aec6411ecc0a
parent 78ced0c901d255bf99e096339da945b1b3cc0216
Author: Henry Jameson <me@hjkos.com>
Date:   Tue, 21 Jun 2022 01:07:32 +0300

don't stop propagation on settings modal open

Diffstat:

Msrc/components/desktop_nav/desktop_nav.vue2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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.stop="openSettingsModal" + @click="openSettingsModal" > <FAIcon fixed-width