This commit is contained in:
Vanessa 2022-12-08 22:41:55 +08:00
parent a4bd5de1e9
commit 442c675be0

View file

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