diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-02-26 06:56:15 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-02-26 06:56:15 +0900 |
| commit | eae4b2f2e97bcb55bb3e7044519ae6e26df8e99b (patch) | |
| tree | 329f634968a285b4e2a2c2679de78240dc1a0093 /src | |
| parent | Fix bug (diff) | |
| download | sharkey-eae4b2f2e97bcb55bb3e7044519ae6e26df8e99b.tar.gz sharkey-eae4b2f2e97bcb55bb3e7044519ae6e26df8e99b.tar.bz2 sharkey-eae4b2f2e97bcb55bb3e7044519ae6e26df8e99b.zip | |
Improve usability
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/mobile/views/components/ui.nav.vue | 2 |
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> |