mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-17 13:54:34 +00:00
lint
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user