diff --git a/app/src/protyle/render/av/row.ts b/app/src/protyle/render/av/row.ts index 3bc76303a..da71886a5 100644 --- a/app/src/protyle/render/av/row.ts +++ b/app/src/protyle/render/av/row.ts @@ -235,7 +235,7 @@ ${getTypeByCellElement(item) === "block" ? ' data-detached="true"' : ""}> { - // 只读模式下也许固定 https://github.com/siyuan-note/siyuan/issues/11338 + // 只读模式下也需固定 https://github.com/siyuan-note/siyuan/issues/11338 const scrollRect = blockElement.querySelector(".av__scroll").getBoundingClientRect(); const headerElement = blockElement.querySelector(".av__row--header") as HTMLElement; if (headerElement && (status === "top" || status === "all")) {