Prevent users from opening note menu when already opened (#5367)
This commit is contained in:
parent
593c2b9517
commit
701fee3139
2 changed files with 9 additions and 2 deletions
|
|
@ -227,6 +227,7 @@ export default Vue.extend({
|
|||
},
|
||||
|
||||
closed() {
|
||||
this.$emit('closed');
|
||||
this.$nextTick(() => {
|
||||
this.destroyDom();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue