mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 19:06:21 +00:00
fix: wrong args order
This commit is contained in:
@@ -1111,8 +1111,7 @@
|
||||
|
||||
(defn- clean-content!
|
||||
[format content]
|
||||
(->> content
|
||||
(text/remove-level-spaces format)
|
||||
(->> (text/remove-level-spaces content format)
|
||||
(text/remove-properties! format)
|
||||
string/trim))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user