forked from AkkomaGang/akkoma-fe
fix sidebar not closing in mobile
This commit is contained in:
parent
534e1fef88
commit
500511b415
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@
|
|||
<li @click="toggleDrawer">
|
||||
<a
|
||||
href="#"
|
||||
@click.stop="openSettingsModal"
|
||||
@click="openSettingsModal"
|
||||
>
|
||||
<i class="button-icon icon-cog" /> {{ $t("settings.settings") }}
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue