ノートをウォッチした後にメニューが開けなくなるのを修正 (#5797)

This commit is contained in:
Hinaloe 2020-02-01 12:19:43 +09:00 committed by GitHub
parent ace59fa717
commit 2c1b26a988
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -184,6 +184,7 @@ export default Vue.extend({
type: 'success',
iconOnly: true, autoClose: true
});
this.$emit('closed');
this.destroyDom();
});
},