mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
enhance(sync): create version files when sync conflict
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
(defn diff
|
||||
[s1 s2]
|
||||
(-> ((gobj/get jsdiff "diffLines") s1 s2)
|
||||
(-> ((gobj/get jsdiff "diffLines") s1 s2 (clj->js {"newlineIsToken" true}))
|
||||
bean/->clj))
|
||||
|
||||
(def inline-special-chars
|
||||
|
||||
Reference in New Issue
Block a user