🎨 Improve database multi-select field sorting https://github.com/siyuan-note/siyuan/issues/11146

This commit is contained in:
Daniel 2024-04-26 23:12:28 +08:00
parent 434054c9a8
commit 96316cf2a7
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -162,7 +162,6 @@ func (value *Value) Compare(other *Value, attrView *AttributeView) int {
}
return 0
}
}
case KeyTypeURL:
if nil != value.URL && nil != other.URL {