Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Commit

Permalink
fix: browserview not showing when selecting tab
Browse files Browse the repository at this point in the history
  • Loading branch information
sentialx committed Apr 30, 2019
1 parent 41e083a commit 7e13603
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/renderer/app/models/tab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,8 @@ export class Tab {
ipcRenderer.send('select-window', this.id);
} else {
ipcRenderer.send('hide-window');
ipcRenderer.send('browserview-select', this.id, true);
ipcRenderer.send('browserview-show');
ipcRenderer.send('browserview-select', this.id);

store.tabs.emitEvent('onActivated', {
tabId: this.id,
Expand Down

0 comments on commit 7e13603

Please sign in to comment.