🎨 Improve adding rows of the filtered database table view https://github.com/siyuan-note/siyuan/issues/10025
This commit is contained in:
parent
b020feb448
commit
0f8a93d03b
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue