1
0
Fork 0
mirror of https://git.youjo.love/youjo/youjo-fe.git synced 2025-03-04 09:33:03 +01:00

fix sidebar not closing in mobile

This commit is contained in:
Henry Jameson 2020-05-25 17:05:30 +03:00
parent 534e1fef88
commit 500511b415

View file

@ -124,7 +124,7 @@
<li @click="toggleDrawer">
<a
href="#"
@click.stop="openSettingsModal"
@click="openSettingsModal"
>
<i class="button-icon icon-cog" /> {{ $t("settings.settings") }}
</a>