From 41a53a3e8e2d1c03736943823d91f0c944e62e0c Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Tue, 6 Jul 2021 10:44:30 +0200 Subject: [PATCH] lint --- app/lib/window.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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