🎨 Improve database multi-select field sorting https://github.com/siyuan-note/siyuan/issues/11146
This commit is contained in:
parent
434054c9a8
commit
96316cf2a7
1 changed files with 0 additions and 1 deletions
|
@ -162,7 +162,6 @@ func (value *Value) Compare(other *Value, attrView *AttributeView) int {
|
|||
}
|
||||
return 0
|
||||
}
|
||||
|
||||
}
|
||||
case KeyTypeURL:
|
||||
if nil != value.URL && nil != other.URL {
|
||||
|
|
Loading…
Add table
Reference in a new issue