mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 02:20:13 +01:00
🎨 Revert https://github.com/siyuan-note/siyuan/issues/10027 for Attribute Panel - Database supports adding key and sorting key https://github.com/siyuan-note/siyuan/issues/10142
This commit is contained in:
parent
3653445abc
commit
c853fddcff
1 changed files with 0 additions and 5 deletions
|
|
@ -219,11 +219,6 @@ func GetBlockAttributeViewKeys(blockID string) (ret []*BlockAttributeViewKeys) {
|
|||
|
||||
var keyValues []*av.KeyValues
|
||||
for _, kv := range attrView.KeyValues {
|
||||
if av.KeyTypeBlock == kv.Key.Type {
|
||||
// The primary key are no longer shown in the attribute panel database https://github.com/siyuan-note/siyuan/issues/10027
|
||||
continue
|
||||
}
|
||||
|
||||
kValues := &av.KeyValues{Key: kv.Key}
|
||||
for _, v := range kv.Values {
|
||||
if v.BlockID == blockID {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue