mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-14 06:13:08 +02:00
ノートをウォッチした後にメニューが開けなくなるのを修正 (#5797)
This commit is contained in:
parent
ace59fa717
commit
2c1b26a988
1 changed files with 1 additions and 0 deletions
|
@ -184,6 +184,7 @@ export default Vue.extend({
|
||||||
type: 'success',
|
type: 'success',
|
||||||
iconOnly: true, autoClose: true
|
iconOnly: true, autoClose: true
|
||||||
});
|
});
|
||||||
|
this.$emit('closed');
|
||||||
this.destroyDom();
|
this.destroyDom();
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue