diff --git a/app/src/protyle/render/av/cell.ts b/app/src/protyle/render/av/cell.ts index 3cacdc029..8bfefffc0 100644 --- a/app/src/protyle/render/av/cell.ts +++ b/app/src/protyle/render/av/cell.ts @@ -593,6 +593,10 @@ export const updateCellsValue = (protyle: IProtyle, nodeElement: HTMLElement, va } } } + // https://github.com/siyuan-note/siyuan/issues/12308 + if (!link) { + name = value; + } if (!link && !name && !imgSrc) { return; }