mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 08:04:40 +00:00
Fix Tienson's nested not case
This commit is contained in:
committed by
Tienson Qin
parent
a41dd0abfc
commit
96da98e5bd
@@ -187,6 +187,9 @@
|
||||
(and (zero? level) (contains? #{'and 'or} fe))
|
||||
result
|
||||
|
||||
(and (= 'not fe) (some? current-filter))
|
||||
result
|
||||
|
||||
:else
|
||||
[result])]
|
||||
(reset! vars vars')
|
||||
|
||||
Reference in New Issue
Block a user