feat: Correctly calculate size of folder search popup, b=no-bug, c=flatpak, folders, workspaces

This commit is contained in:
mr. m
2026-02-17 22:40:00 +01:00
parent 5be2ffa418
commit 1d2a14f9e4
4 changed files with 8 additions and 8 deletions

View File

@@ -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();