From 18eb4394457f1b12ad05a0ac6e85c1a670e91390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Wed, 29 Sep 2021 12:15:05 +0300 Subject: [PATCH] Refactor #1599 - for Dialog --- src/components/dialog/Dialog.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/components/dialog/Dialog.vue b/src/components/dialog/Dialog.vue index 56d965d0da..9a77f35c6b 100755 --- a/src/components/dialog/Dialog.vue +++ b/src/components/dialog/Dialog.vue @@ -84,15 +84,10 @@ export default { }, documentKeydownListener: null, updated() { - this.removeStylesFromMask(); - if (this.visible && !this.maskVisible) { this.maskVisible = true; } }, - mounted() { - this.removeStylesFromMask(); - }, beforeDestroy() { this.restoreAppend(); this.disableDocumentSettings();