Vanessa 2025-08-13 18:17:17 +08:00
parent 3e033079bd
commit 780a7decd8

View file

@ -740,8 +740,8 @@ export const refreshAV = (protyle: IProtyle, operation: IOperation) => {
popTextCell(protyle, [popCellElement], "block"); popTextCell(protyle, [popCellElement], "block");
} }
} }
operation.srcs.find((idItem) => { operation.srcs.find((srcItem) => {
if (!item.querySelector(`.av__body [data-id="${idItem}"]`)) { if (!item.querySelector(`.av__body [data-id="${srcItem.itemID}"]`)) {
showMessage(window.siyuan.languages.insertRowTip); showMessage(window.siyuan.languages.insertRowTip);
return true; return true;
} }