|
@@ -38,7 +38,7 @@
|
|
/>
|
|
/>
|
|
<button
|
|
<button
|
|
class="button-unstyled nav-icon"
|
|
class="button-unstyled nav-icon"
|
|
- @click="openSettingsModal"
|
|
|
|
|
|
+ @click.stop="openSettingsModal"
|
|
>
|
|
>
|
|
<FAIcon
|
|
<FAIcon
|
|
fixed-width
|
|
fixed-width
|
|
@@ -65,7 +65,7 @@
|
|
<button
|
|
<button
|
|
v-if="currentUser"
|
|
v-if="currentUser"
|
|
class="button-unstyled nav-icon"
|
|
class="button-unstyled nav-icon"
|
|
- @click.prevent="logout"
|
|
|
|
|
|
+ @click.stop.prevent="logout"
|
|
>
|
|
>
|
|
<FAIcon
|
|
<FAIcon
|
|
fixed-width
|
|
fixed-width
|