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() {
if (!this.resizeListener) {
this.resizeListener = (event) => {
console.log('x');
this.resizeListener = () => {
if (this.visible) {
this.visible = false;
}