mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-26 13:23:47 +08:00
fix: active tab after delete
This commit is contained in:
@ -497,6 +497,10 @@ define([
|
||||
me.onSheetChanged(0, tab.sheetindex, tab);
|
||||
this.controller.renameWorksheet(renamingWorksheet, true);
|
||||
}, 50);
|
||||
} else {
|
||||
setTimeout(() => {
|
||||
this.tabbar.setActive(sindex)
|
||||
}, 50)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user