summaryrefslogtreecommitdiff
path: root/src/client/app/common/views
diff options
context:
space:
mode:
authorAya Morisawa <AyaMorisawa4869@gmail.com>2019-09-02 04:45:01 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2019-09-02 04:45:01 +0900
commit701fee3139d9be9641597a36f32731ebcff68efc (patch)
treec7714ccaa892350b998ea59daa9b0fe13d31d04d /src/client/app/common/views
parentProxy for SMTP (#5371) (diff)
downloadsharkey-701fee3139d9be9641597a36f32731ebcff68efc.tar.gz
sharkey-701fee3139d9be9641597a36f32731ebcff68efc.tar.bz2
sharkey-701fee3139d9be9641597a36f32731ebcff68efc.zip
Prevent users from opening note menu when already opened (#5367)
Diffstat (limited to 'src/client/app/common/views')
-rw-r--r--src/client/app/common/views/components/note-menu.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/app/common/views/components/note-menu.vue b/src/client/app/common/views/components/note-menu.vue
index e76e1a0b11..1dcf58dd36 100644
--- a/src/client/app/common/views/components/note-menu.vue
+++ b/src/client/app/common/views/components/note-menu.vue
@@ -227,6 +227,7 @@ export default Vue.extend({
},
closed() {
+ this.$emit('closed');
this.$nextTick(() => {
this.destroyDom();
});