mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-12 18:35:00 +02:00
Fix:Remove dropdown menus on component destroy and edit modal keep alive #245
This commit is contained in:
parent
a913e9811e
commit
8721dbda98
3 changed files with 9 additions and 5 deletions
|
@ -127,6 +127,9 @@ export default {
|
|||
document.removeEventListener('scroll', this.scroll, true)
|
||||
}
|
||||
},
|
||||
mounted() {}
|
||||
mounted() {},
|
||||
beforeDestroy() {
|
||||
if (this.menu) this.menu.remove()
|
||||
}
|
||||
}
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue