mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 02:16:30 +00:00
fix: distinct blocks when sort by left
This commit is contained in:
@@ -1636,7 +1636,8 @@
|
||||
(defn edit-in-query-or-refs-component
|
||||
[]
|
||||
(let [config (last (get-editor-args))]
|
||||
(or (:custom-query? config) (:ref? config))))
|
||||
{:custom-query? (:custom-query? config)
|
||||
:ref? (:ref? config)}))
|
||||
|
||||
(defn set-auth-id-token
|
||||
[id-token]
|
||||
|
||||
Reference in New Issue
Block a user