This commit is contained in:
cagataycivici 2019-02-04 16:09:46 +03:00
parent 3231c569ed
commit 2c22533039

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;
}