mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 17:10:12 +01:00
This commit is contained in:
parent
568cdb2f1b
commit
210e44ec12
1 changed files with 2 additions and 1 deletions
|
|
@ -791,7 +791,8 @@ export const refreshAV = (protyle: IProtyle, operation: IOperation) => {
|
|||
}
|
||||
}
|
||||
operation.srcs.find((srcItem) => {
|
||||
if (!item.querySelector(`.av__body [data-id="${srcItem.itemID}"]`)) {
|
||||
if (!item.querySelector(`.av__body [data-id="${srcItem.itemID}"]`) &&
|
||||
!item.querySelector(`.av__body [data-dtype="block"] .av__celltext--ref[data-id="${srcItem.id}"]`)) {
|
||||
showMessage(window.siyuan.languages.insertRowTip);
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue