mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 17:10:12 +01:00
🚨
This commit is contained in:
parent
b70328c7e7
commit
41f72e65d3
4 changed files with 2 additions and 4 deletions
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue