This commit is contained in:
mr. m
2026-03-11 19:07:42 +01:00

View File

@@ -500,6 +500,12 @@ window.gZenUIManager = {
return false;
}
// Close the new tab popup on cmd/ctrl + t
if (!overridePreferance && gURLBar.hasAttribute("zen-newtab")) {
this.handleUrlbarClose();
return true;
}
// Clear any existing timeout
if (this._clearTimeout) {
clearTimeout(this._clearTimeout);