mirror of
https://github.com/logseq/logseq.git
synced 2026-04-27 23:54:55 +00:00
remove redundant ! on property-related funcs & add some tests
enter the commit message for your changes. Lines starting
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
|
||||
(defn copy-to-clipboard-without-id-property!
|
||||
[format content]
|
||||
(util/copy-to-clipboard! (property/remove-id-property! format content)))
|
||||
(util/copy-to-clipboard! (property/remove-id-property format content)))
|
||||
|
||||
(defn config-with-document-mode
|
||||
[config]
|
||||
|
||||
Reference in New Issue
Block a user