pull/227/head
cagataycivici 2020-03-04 14:58:01 +03:00
parent 2ecd1bda48
commit 1cdf2571e1
3 changed files with 3 additions and 3 deletions

View File

@ -83,7 +83,7 @@ export default {
hide() { hide() {
this.visible = false; this.visible = false;
}, },
onEnter(element) { onEnter() {
this.appendContainer(); this.appendContainer();
this.alignOverlay(); this.alignOverlay();
this.bindOutsideClickListener(); this.bindOutsideClickListener();