Skip to content

Commit

Permalink
Update render.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
TCOTC committed Nov 19, 2024
1 parent a3dea31 commit 40eb84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/protyle/render/av/render.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ ${cell.color ? `color:${cell.color};` : ""}">${renderCell(cell.value, rowIndex)}
<span>${window.siyuan.languages.newRow}</span>
</button>
<span class="fn__space"></span>
<button class="b3-button data-type="av-load-more"${data.rowCount > data.rows.length ? "" : " fn__none"}">
<button class="b3-button${data.rowCount > data.rows.length ? "" : " fn__none"}" data-type="av-load-more">
<svg><use xlink:href="#iconArrowDown"></use></svg>
<span>${window.siyuan.languages.loadMore}</span>
<svg data-type="set-page-size" data-size="${data.pageSize}"><use xlink:href="#iconMore"></use></svg>
Expand Down

0 comments on commit 40eb84a

Please sign in to comment.