🐛 Fix: JS variable declaration error

This commit is contained in:
Cell
2022-07-09 18:11:57 +08:00
parent 0794b565d2
commit 3ae17a26fe
3 changed files with 3 additions and 3 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -995,7 +995,7 @@ class FixIt {
}
onResize() {
const resizeBefore = this.util.isMobile();
let resizeBefore = this.util.isMobile();
window.addEventListener('resize', () => {
if (!this._resizeTimeout) {
this._resizeTimeout = window.setTimeout(() => {