chore: Remove extra animation frame to update toolbars, b=(no-bug), c=common

This commit is contained in:
Mr. M
2025-05-06 07:59:27 +02:00
parent f16b0526af
commit a79678a0cb

View File

@@ -84,9 +84,6 @@ var gZenUIManager = {
onFloatingURLBarOpen() {
requestAnimationFrame(() => {
this.updateTabsToolbar();
requestAnimationFrame(() => {
this.updateTabsToolbar();
});
});
},