Cleanup
parent
3231c569ed
commit
2c22533039
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue