This commit is contained in:
Vanessa 2025-09-13 09:15:54 +08:00
parent b70328c7e7
commit 41f72e65d3
4 changed files with 2 additions and 4 deletions

View file

@ -282,7 +282,7 @@ const renderGroupTable = (options: ITableOptions) => {
};
const afterRenderTable = (options: ITableOptions) => {
if (options.blockElement.getAttribute("data-need-focus") === 'true') {
if (options.blockElement.getAttribute("data-need-focus") === "true") {
focusBlock(options.blockElement);
options.blockElement.removeAttribute("data-need-focus");
}