mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
This commit is contained in:
parent
3e033079bd
commit
780a7decd8
1 changed files with 2 additions and 2 deletions
|
@ -740,8 +740,8 @@ export const refreshAV = (protyle: IProtyle, operation: IOperation) => {
|
|||
popTextCell(protyle, [popCellElement], "block");
|
||||
}
|
||||
}
|
||||
operation.srcs.find((idItem) => {
|
||||
if (!item.querySelector(`.av__body [data-id="${idItem}"]`)) {
|
||||
operation.srcs.find((srcItem) => {
|
||||
if (!item.querySelector(`.av__body [data-id="${srcItem.itemID}"]`)) {
|
||||
showMessage(window.siyuan.languages.insertRowTip);
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue