pull/12/head
cagataycivici 2019-02-04 16:09:46 +03:00
parent 3231c569ed
commit 2c22533039
1 changed files with 1 additions and 2 deletions

View File

@ -103,8 +103,7 @@ export default {
}, },
bindResizeListener() { bindResizeListener() {
if (!this.resizeListener) { if (!this.resizeListener) {
this.resizeListener = (event) => { this.resizeListener = () => {
console.log('x');
if (this.visible) { if (this.visible) {
this.visible = false; this.visible = false;
} }