mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-21 14:34:06 +01:00
🎨 Database gallery view https://github.com/siyuan-note/siyuan/issues/10414
This commit is contained in:
parent
4463fd6c5d
commit
727523883e
1 changed files with 1 additions and 0 deletions
|
|
@ -3068,6 +3068,7 @@ func sortAttributeViewRow(operation *Operation) (err error) {
|
|||
break
|
||||
}
|
||||
}
|
||||
view.Gallery.CardIDs = util.InsertElem(view.Gallery.CardIDs, previousIndex, rowID)
|
||||
}
|
||||
|
||||
err = av.SaveAttributeView(attrView)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue