mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 16:58:49 +01:00
🎨 Database gallery view https://github.com/siyuan-note/siyuan/issues/10414
This commit is contained in:
parent
1bba2ab205
commit
4a2c6ac5a0
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ func (gallery *Gallery) Filter(attrView *AttributeView) {
|
|||
|
||||
var fieldIndexes []int
|
||||
for _, f := range gallery.Filters {
|
||||
for i, c := range gallery.Cards {
|
||||
for i, c := range gallery.Fields {
|
||||
if c.ID == f.Column {
|
||||
fieldIndexes = append(fieldIndexes, i)
|
||||
break
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue