mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-29 10:44:15 +00:00
feat: Render emojis panel before actually loading the emojis, b=no-bug, c=common, workspaces
This commit is contained in:
@@ -186,6 +186,7 @@
|
||||
}
|
||||
)
|
||||
.then(() => {
|
||||
this.inputName.focus();
|
||||
gZenWorkspaces.workspaceElement(this.workspaceId).hidden = false;
|
||||
this.resolveInitialized();
|
||||
});
|
||||
@@ -199,10 +200,6 @@
|
||||
workspace.containerTabId = this.currentProfile;
|
||||
await gZenWorkspaces.saveWorkspace(workspace);
|
||||
|
||||
if (gZenVerticalTabsManager._canReplaceNewTab) {
|
||||
BrowserCommands.openTab();
|
||||
}
|
||||
|
||||
await this.#cleanup();
|
||||
|
||||
await gZenWorkspaces._organizeWorkspaceStripLocations(workspace, true);
|
||||
|
||||
Reference in New Issue
Block a user