Vanessa 2023-12-01 21:11:54 +08:00
parent c3d28a35fa
commit 231d30549e
2 changed files with 2 additions and 0 deletions

View file

@ -288,6 +288,7 @@ ${cell.color ? `color:${cell.color};` : ""}">${text}</div>`;
focusBlock(e);
}
}
e.querySelector(".layout-tab-bar").scrollLeft = (e.querySelector(".layout-tab-bar .item--focus") as HTMLElement).offsetLeft;
if (cb) {
cb();
}