mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
fix(editor): auto-save should ignore time properties
This commit is contained in:
@@ -659,7 +659,7 @@
|
||||
(cond
|
||||
(= name "query")
|
||||
[:div.dsl-query
|
||||
(let [query (string/join "," arguments)]
|
||||
(let [query (string/join ", " arguments)]
|
||||
(custom-query (assoc config :dsl-query? true)
|
||||
{:title [:code.p-1 (str "Query: " query)]
|
||||
:query query}))]
|
||||
|
||||
Reference in New Issue
Block a user