This commit is contained in:
parent
a4bd5de1e9
commit
442c675be0
1 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,7 @@ const switchDialogEvent = (event: MouseEvent, switchDialog: Dialog) => {
|
|||
getAllTabs().find(item => {
|
||||
if (item.id === currentId) {
|
||||
item.parent.switchTab(item.headElement);
|
||||
item.parent.showHeading();
|
||||
return true;
|
||||
}
|
||||
});
|
||||
|
@ -328,6 +329,7 @@ export const globalShortcut = () => {
|
|||
getAllTabs().find(item => {
|
||||
if (item.id === currentId) {
|
||||
item.parent.switchTab(item.headElement);
|
||||
item.parent.showHeading();
|
||||
return true;
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue