mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +01:00
🎨 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) {
|
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()
|
ret = filter.Value.Clone()
|
||||||
switch filter.Value.Type {
|
switch filter.Value.Type {
|
||||||
case KeyTypeBlock:
|
case KeyTypeBlock:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue