Remove console log
parent
ebc9217efa
commit
b3798724ce
|
@ -723,7 +723,7 @@ export default {
|
||||||
if (this.appendTo === 'self') {
|
if (this.appendTo === 'self') {
|
||||||
relativePosition(this.overlay, this.$el);
|
relativePosition(this.overlay, this.$el);
|
||||||
} else {
|
} else {
|
||||||
if(this.overlay) {
|
if (this.overlay) {
|
||||||
this.overlay.style.minWidth = getOuterWidth(this.$el) + 'px';
|
this.overlay.style.minWidth = getOuterWidth(this.$el) + 'px';
|
||||||
absolutePosition(this.overlay, this.$el);
|
absolutePosition(this.overlay, this.$el);
|
||||||
}
|
}
|
||||||
|
@ -808,8 +808,6 @@ export default {
|
||||||
this.queryOrientation = query;
|
this.queryOrientation = query;
|
||||||
|
|
||||||
this.matchMediaOrientationListener = () => {
|
this.matchMediaOrientationListener = () => {
|
||||||
console.log('kkkkk');
|
|
||||||
|
|
||||||
this.alignOverlay();
|
this.alignOverlay();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue