Skip to content

Commit

Permalink
Refactor #1599 - for Dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Sep 29, 2021
1 parent c3f5b73 commit 18eb439
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/dialog/Dialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 18eb439

Please sign in to comment.