mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-23 23:44:06 +01:00
🚨
This commit is contained in:
parent
bbb1abb7c6
commit
af35b8ba57
17 changed files with 37 additions and 43 deletions
|
|
@ -27,7 +27,7 @@ export const selectRow = (checkElement: Element, type: "toggle" | "select" | "un
|
|||
}
|
||||
focusBlock(hasClosestBlock(rowElement) as HTMLElement);
|
||||
updateHeader(rowElement);
|
||||
}
|
||||
};
|
||||
|
||||
export const updateHeader = (rowElement: HTMLElement) => {
|
||||
const blockElement = hasClosestBlock(rowElement);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue