mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 02:20:13 +01:00
🎨 Database gallery view https://github.com/siyuan-note/siyuan/issues/10414
This commit is contained in:
parent
11fdd64973
commit
cef6bb9210
1 changed files with 2 additions and 2 deletions
|
|
@ -162,8 +162,8 @@ func fillAttributeViewGalleryCardCover(attrView *av.AttributeView, view *av.View
|
|||
break
|
||||
}
|
||||
|
||||
if titleImgCss := node.IALAttr("title-img"); "" != titleImgCss {
|
||||
galleryCard.CoverURL = titleImgCss
|
||||
if titleImgCSS := node.IALAttr("title-img"); "" != titleImgCSS {
|
||||
galleryCard.CoverURL = titleImgCSS
|
||||
break
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue