mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-20 22:35:39 +00:00
feat: Correctly calculate size of folder search popup, b=no-bug, c=flatpak, folders, workspaces
This commit is contained in:
@@ -159,7 +159,7 @@ class nsZenWorkspaces {
|
||||
}
|
||||
}
|
||||
|
||||
async #afterLoadInit() {
|
||||
#afterLoadInit() {
|
||||
const onResize = (...args) => {
|
||||
requestAnimationFrame(() => {
|
||||
this.onPinnedTabsResize(...args);
|
||||
@@ -918,7 +918,7 @@ class nsZenWorkspaces {
|
||||
this.#initializeEmptyTab();
|
||||
return (async () => {
|
||||
await this.#waitForPromises();
|
||||
await this.#afterLoadInit();
|
||||
this.#afterLoadInit();
|
||||
await this.workspaceBookmarks();
|
||||
await this.changeWorkspace(activeWorkspace, { onInit: true });
|
||||
this.#fixTabPositions();
|
||||
|
||||
Reference in New Issue
Block a user