mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-10 17:24:21 +01:00
This commit is contained in:
parent
1132b742e9
commit
66189070ac
1 changed files with 1 additions and 0 deletions
|
|
@ -96,6 +96,7 @@ export const setFilter = async (options: {
|
|||
unit: parseInt((directElements[1].parentElement.lastElementChild as HTMLSelectElement).value),
|
||||
direction: parseInt(directElements[1].value)
|
||||
};
|
||||
newValue = {type: filterValue.type};
|
||||
} else {
|
||||
newValue = genCellValue(filterValue.type, {
|
||||
isNotEmpty2: textElements[1].value !== "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue