summaryrefslogtreecommitdiff
path: root/src/client/components/note-menu.vue
diff options
context:
space:
mode:
authorHinaloe <hina@hinaloe.net>2020-02-01 12:19:43 +0900
committerGitHub <noreply@github.com>2020-02-01 12:19:43 +0900
commit2c1b26a98863e118eaf02a158a0f326a08439cf6 (patch)
tree10430b5e63bdf0fb58d4eb5fe7c3a374d06d79f7 /src/client/components/note-menu.vue
parentFix style (diff)
downloadmisskey-2c1b26a98863e118eaf02a158a0f326a08439cf6.tar.gz
misskey-2c1b26a98863e118eaf02a158a0f326a08439cf6.tar.bz2
misskey-2c1b26a98863e118eaf02a158a0f326a08439cf6.zip
ノートをウォッチした後にメニューが開けなくなるのを修正 (#5797)
Diffstat (limited to 'src/client/components/note-menu.vue')
-rw-r--r--src/client/components/note-menu.vue1
1 files changed, 1 insertions, 0 deletions
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();
});
},