mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-17 18:09:59 +00:00
lint
This commit is contained in:
parent
636942ff86
commit
41a53a3e8e
@ -363,7 +363,7 @@ export class Window {
|
|||||||
this.disableVibrancyWhileDragging = value
|
this.disableVibrancyWhileDragging = value
|
||||||
})
|
})
|
||||||
|
|
||||||
let moveEndedTimeout: NodeJS.Timeout|null = null
|
let moveEndedTimeout: any = null
|
||||||
const onBoundsChange = () => {
|
const onBoundsChange = () => {
|
||||||
if (!this.lastVibrancy?.enabled || !this.disableVibrancyWhileDragging) {
|
if (!this.lastVibrancy?.enabled || !this.disableVibrancyWhileDragging) {
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user