🎨 PNPM Lint

This commit is contained in:
Daniel 2025-01-16 10:00:30 +08:00
parent b5a60fc1fa
commit 6f98849e9c
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
7 changed files with 8 additions and 12 deletions

View file

@ -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;