This commit is contained in:
Eugene Pankov
2021-07-06 10:44:30 +02:00
parent 636942ff86
commit 41a53a3e8e

View File

@@ -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