Stop propogation for all top-bar buttons Closes #1232 See merge request pleroma/pleroma-fe!1748
@@ -38,7 +38,7 @@
/>
<button
class="button-unstyled nav-icon"
- @click="openSettingsModal"
+ @click.stop="openSettingsModal"
>
<FAIcon
fixed-width
@@ -65,7 +65,7 @@
v-if="currentUser"
- @click.prevent="logout"
+ @click.stop.prevent="logout"