1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-23 18:44:20 +03:00
This commit is contained in:
Eugene Pankov 2021-07-06 10:44:30 +02:00
parent 636942ff86
commit 41a53a3e8e
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

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