Skip to content

Commit

Permalink
fix:133 gURLBar
Browse files Browse the repository at this point in the history
  • Loading branch information
117649 committed Nov 26, 2024
1 parent 9b9415a commit 3600675
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resource/modules/TabView.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@ this.TabView = {
if(show) this._iframe.setAttribute("show","");
else this._iframe.removeAttribute("show");
document.body.style.opacity = !show ? null : 0;
window.gURLBar.textbox.style.display = !show ? null : "none";
};
document.documentElement.appendChild(this._iframe);
},
Expand Down

0 comments on commit 3600675

Please sign in to comment.