mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 08:30:42 +02:00
This commit is contained in:
parent
8c6fdd2a14
commit
0f94a9e618
3 changed files with 10 additions and 3 deletions
|
@ -435,7 +435,7 @@ ${genHintItemHTML(item)}
|
|||
if (!cellElement) {
|
||||
return;
|
||||
}
|
||||
const rowElement = hasClosestByClassName(cellElement, "av__row");
|
||||
const rowElement = hasClosestByClassName(cellElement, nodeElement.getAttribute("data-av-type") === "table" ? "av__row" : "av__gallery-item");
|
||||
if (!rowElement) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue