Vanessa 2024-09-08 22:08:53 +08:00
parent 5d2c05278a
commit 2d4d4568da

View file

@ -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;
}