From dcdd844fe97975f17ec9a83a06cc07392497d21e Mon Sep 17 00:00:00 2001 From: Vanessa Date: Fri, 8 Mar 2024 08:35:19 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/10527 --- app/src/protyle/render/av/filter.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/protyle/render/av/filter.ts b/app/src/protyle/render/av/filter.ts index a28fe5d14..2a32c5705 100644 --- a/app/src/protyle/render/av/filter.ts +++ b/app/src/protyle/render/av/filter.ts @@ -106,6 +106,8 @@ export const setFilter = async (options: { hasEndDate: newFilter.operator === "Is between", isNotTime: true, }); + newFilter.relativeDate = null; + newFilter.relativeDate2 = null; } } else { newValue = genCellValue(filterValue.type, textElements[0].value);