fix: active tab after delete

This commit is contained in:
nikita_bartoshuk
2025-06-26 15:29:32 +03:00
parent 41476b9c09
commit 2df22eb4ca

View File

@ -497,6 +497,10 @@ define([
me.onSheetChanged(0, tab.sheetindex, tab);
this.controller.renameWorksheet(renamingWorksheet, true);
}, 50);
} else {
setTimeout(() => {
this.tabbar.setActive(sindex)
}, 50)
}
}