mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
chore: Remove extra animation frame to update toolbars, b=(no-bug), c=common
This commit is contained in:
@@ -84,9 +84,6 @@ var gZenUIManager = {
|
||||
onFloatingURLBarOpen() {
|
||||
requestAnimationFrame(() => {
|
||||
this.updateTabsToolbar();
|
||||
requestAnimationFrame(() => {
|
||||
this.updateTabsToolbar();
|
||||
});
|
||||
});
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user