diff --git a/app/lib/window.ts b/app/lib/window.ts index 4b1ba4af..43089901 100644 --- a/app/lib/window.ts +++ b/app/lib/window.ts @@ -363,7 +363,7 @@ export class Window { this.disableVibrancyWhileDragging = value }) - let moveEndedTimeout: NodeJS.Timeout|null = null + let moveEndedTimeout: any = null const onBoundsChange = () => { if (!this.lastVibrancy?.enabled || !this.disableVibrancyWhileDragging) { return