This commit is contained in:
euvl
2017-09-14 11:47:10 +01:00
+1 -1
View File
@@ -332,7 +332,7 @@
},
onWindowResize () {
this.window.width = document.body.clientWidth
this.window.width = window.innerWidth
this.window.height = window.innerHeight
},