mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-04 11:50:15 +01:00
This commit is contained in:
parent
d5f415ba3f
commit
a9fb82a5fc
4 changed files with 48 additions and 14 deletions
|
|
@ -124,7 +124,7 @@ export const genCellValueByElement = (colType: TAVCol, cellElement: HTMLElement)
|
|||
} else if (colType === "mAsset") {
|
||||
const mAsset: IAVCellAssetValue[] = [];
|
||||
Array.from(cellElement.children).forEach((item) => {
|
||||
if (item.classList.contains("av__drag-fill")) {
|
||||
if (!item.classList.contains("av__celltext--url") && !item.classList.contains("av__cellassetimg")) {
|
||||
return;
|
||||
}
|
||||
const isImg = item.classList.contains("av__cellassetimg");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue