fix(workspaces): trigger onWindowResize after changing workspace

This commit is contained in:
mr. m
2025-03-21 00:43:26 +01:00
parent 800dae11e8
commit 5d1021350d

View File

@@ -1931,6 +1931,7 @@ var ZenWorkspaces = new (class extends ZenMultiWindowFeature {
}
await this.changeWorkspace(workspaceData);
}
this.onWindowResize();
return workspaceData;
}