This commit is contained in:
Vanessa 2023-05-29 11:20:08 +08:00
parent 6c4753d290
commit e4b14a12c6
8 changed files with 32 additions and 29 deletions

View file

@ -66,4 +66,4 @@ const afterLayout = (app:App) => {
const tab = getInstanceById(item.getAttribute("data-id")) as Tab;
tab.parent.switchTab(item, false, false);
});
}
};