style: format

This commit is contained in:
Slowlife01
2025-04-04 16:55:22 +07:00
parent a3a82b9fe7
commit 3bf433992e

View File

@@ -234,7 +234,14 @@
});
}
closeGlance({ noAnimation = false, onTabClose = false, setNewID = null, isDifferent = false, hasFocused = false, skipPermitUnload = false } = {}) {
closeGlance({
noAnimation = false,
onTabClose = false,
setNewID = null,
isDifferent = false,
hasFocused = false,
skipPermitUnload = false,
} = {}) {
if (this._animating || !this.#currentBrowser || this.animatingOpen || this._duringOpening) {
return;
}
@@ -634,7 +641,7 @@
}
}
}
}
}
window.gZenGlanceManager = new ZenGlanceManager();