mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 16:58:49 +01:00
🎨 Improve database table view filter https://github.com/siyuan-note/siyuan/issues/9820
This commit is contained in:
parent
961bc52d80
commit
7ee283924d
1 changed files with 1 additions and 1 deletions
|
|
@ -566,7 +566,7 @@ func (value *Value) CompareOperator(other *Value, operator FilterOperator) bool
|
|||
return !value.Checkbox.Checked
|
||||
}
|
||||
}
|
||||
return true
|
||||
return false
|
||||
}
|
||||
|
||||
// Table 描述了表格实例的结构。
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue