mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
🐛 Fix: JS variable declaration error
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
-1
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user