From a80c6087f68fc6e1eef4ec308e2e287ac0c844c0 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Sun, 31 Dec 2023 00:11:01 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/9958 --- app/src/protyle/render/av/filter.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/protyle/render/av/filter.ts b/app/src/protyle/render/av/filter.ts index 5e508a9cc..7d716157f 100644 --- a/app/src/protyle/render/av/filter.ts +++ b/app/src/protyle/render/av/filter.ts @@ -109,6 +109,7 @@ export const setFilter = async (options: { let isSame = false; options.data.view.filters.find((filter, index) => { if (filter.column === options.filter.column) { + delete filter.type; if (objEquals(filter, newFilter)) { isSame = true; return true;