summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-02-26 06:56:15 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-02-26 06:56:15 +0900
commiteae4b2f2e97bcb55bb3e7044519ae6e26df8e99b (patch)
tree329f634968a285b4e2a2c2679de78240dc1a0093
parentFix bug (diff)
downloadsharkey-eae4b2f2e97bcb55bb3e7044519ae6e26df8e99b.tar.gz
sharkey-eae4b2f2e97bcb55bb3e7044519ae6e26df8e99b.tar.bz2
sharkey-eae4b2f2e97bcb55bb3e7044519ae6e26df8e99b.zip
Improve usability
-rw-r--r--src/client/app/mobile/views/components/ui.nav.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/mobile/views/components/ui.nav.vue b/src/client/app/mobile/views/components/ui.nav.vue
index 4c33de8842..36ec8b8638 100644
--- a/src/client/app/mobile/views/components/ui.nav.vue
+++ b/src/client/app/mobile/views/components/ui.nav.vue
@@ -50,7 +50,7 @@
</div>
<div class="notifications" v-if="showNotifications">
<header>
- <button @click="$parent.isDrawerOpening = false"><fa icon="times"/></button>
+ <button @click="showNotifications = false"><fa icon="times"/></button>
</header>
<mk-notifications/>
</div>