fix(renderer): remove obsolete ts-expect-error from image utility

This commit is contained in:
zhaokun 2025-10-23 10:38:55 +08:00
parent 234236716b
commit bee494b28d

View File

@ -89,8 +89,6 @@ export const captureScrollable = async (elRef: React.RefObject<HTMLElement | nul
}
for (const f of fields) {
if (saved[f] === undefined) {
// Record inline style only once
// @ts-expect-error index signature
saved[f] = node.style[f]
}
}