mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 00:20:12 +01:00
🎨 PNPM Lint
This commit is contained in:
parent
b5a60fc1fa
commit
6f98849e9c
7 changed files with 8 additions and 12 deletions
|
|
@ -300,7 +300,7 @@ ${cell.color ? `color:${cell.color};` : ""}">${renderCell(cell.value, rowIndex)}
|
|||
// 需等待渲染完,否则 getBoundingClientRect 错误 https://github.com/siyuan-note/siyuan/issues/13787
|
||||
setTimeout(() => {
|
||||
stickyRow(e, editRect, "top");
|
||||
}, Constants.TIMEOUT_LOAD)
|
||||
}, Constants.TIMEOUT_LOAD);
|
||||
}
|
||||
if (footerTransform) {
|
||||
(e.querySelector(".av__row--footer") as HTMLElement).style.transform = footerTransform;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue