From 2c1b26a98863e118eaf02a158a0f326a08439cf6 Mon Sep 17 00:00:00 2001 From: Hinaloe Date: Sat, 1 Feb 2020 12:19:43 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=8E=E3=83=BC=E3=83=88=E3=82=92=E3=82=A6?= =?UTF-8?q?=E3=82=A9=E3=83=83=E3=83=81=E3=81=97=E3=81=9F=E5=BE=8C=E3=81=AB?= =?UTF-8?q?=E3=83=A1=E3=83=8B=E3=83=A5=E3=83=BC=E3=81=8C=E9=96=8B=E3=81=91?= =?UTF-8?q?=E3=81=AA=E3=81=8F=E3=81=AA=E3=82=8B=E3=81=AE=E3=82=92=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=20(#5797)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/components/note-menu.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client/components/note-menu.vue b/src/client/components/note-menu.vue index dd7b062f15..725300141a 100644 --- a/src/client/components/note-menu.vue +++ b/src/client/components/note-menu.vue @@ -184,6 +184,7 @@ export default Vue.extend({ type: 'success', iconOnly: true, autoClose: true }); + this.$emit('closed'); this.destroyDom(); }); },