🎨 Improve adding rows of the filtered database table view https://github.com/siyuan-note/siyuan/issues/10025

This commit is contained in:
Daniel
2023-12-30 17:23:02 +08:00
parent b020feb448
commit 0f8a93d03b

View File

@@ -53,6 +53,8 @@ const (
)
func (filter *ViewFilter) GetAffectValue(key *Key) (ret *Value) {
// Improve adding rows of the filtered database table view https://github.com/siyuan-note/siyuan/issues/10025
ret = filter.Value.Clone()
switch filter.Value.Type {
case KeyTypeBlock: