This commit is contained in:
parent
71ee217d56
commit
46a3bd901f
1 changed files with 1 additions and 1 deletions
|
@ -604,7 +604,7 @@ export const renderCell = (cellValue: IAVCellValue) => {
|
|||
text = `<span class="av__celltext av__celltext--url" data-type="${cellValue.type}"${urlAttr}>${urlContent}</span>`;
|
||||
} else if (cellValue.type === "block") {
|
||||
if (cellValue?.isDetached) {
|
||||
text = `<span class="av__celltext">${cellValue.block.content || "Untitled"}</span>
|
||||
text = `<span class="av__celltext">${cellValue.block.content || ""}</span>
|
||||
<span class="b3-chip b3-chip--info b3-chip--small" data-type="block-more">${window.siyuan.languages.more}</span>`;
|
||||
} else {
|
||||
text = `<span data-type="block-ref" data-id="${cellValue.block.id}" data-subtype="s" class="av__celltext av__celltext--ref">${cellValue.block.content || "Untitled"}</span>
|
||||
|
|
Loading…
Add table
Reference in a new issue