From c4c656c16ad64bed7901d20d7cc04ecd7f9e0740 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Tue, 14 Jan 2025 21:47:31 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/13704 --- app/src/protyle/render/av/cell.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/protyle/render/av/cell.ts b/app/src/protyle/render/av/cell.ts index 2352bff20..c9ada0ccc 100644 --- a/app/src/protyle/render/av/cell.ts +++ b/app/src/protyle/render/av/cell.ts @@ -851,7 +851,7 @@ export const renderCell = (cellValue: IAVCellValue, rowIndex = 0) => { text += `${Lute.EscapeHTMLStr(item.block.content || window.siyuan.languages.untitled)}`; } else { // data-block-id 用于更新 emoji - text += `${unicode2Emoji(item.block.icon || window.siyuan.storage[Constants.LOCAL_IMAGES].file)}${Lute.EscapeHTMLStr(item.block.content || window.siyuan.languages.untitled)}`; + text += `${unicode2Emoji(item.block.icon || window.siyuan.storage[Constants.LOCAL_IMAGES].file)}${Lute.EscapeHTMLStr(item.block.content || window.siyuan.languages.untitled)}`; } } });