Skip to content

Commit da370eb

Browse files
committed
chore: Addition to previous commit
1 parent 81b0f96 commit da370eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/observables/QResizeObservable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ export default {
5858
const ie = this.$q.platform.is.ie
5959
this.style = `display:block;position:absolute;top:0;left:0;right:0;bottom:0;height:100%;width:100%;overflow:hidden;pointer-events:none;z-index:-1;${ie ? 'visibility:hidden;' : ''}`
6060
this.url = ie ? null : 'about:blank'
61+
this.size = { width: -1, height: -1 }
6162
},
6263
mounted () {
63-
this.size = { width: -1, height: -1 }
6464
this.trigger()
6565

6666
if (this.$q.platform.is.ie) {

0 commit comments

Comments
 (0)