Merge branch 'dev' into next
This commit is contained in:
@@ -87,6 +87,10 @@ export function PopupMixin(options = {}) {
|
||||
beforeDestroy() {
|
||||
this.removeLock();
|
||||
|
||||
if (this.opened) {
|
||||
this.removeLock();
|
||||
}
|
||||
|
||||
if (this.getContainer) {
|
||||
removeNode(this.$refs.root);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user