mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 16:36:27 +00:00
add util.property & move unit-tests
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
[cljs-bean.core :as bean]
|
||||
[promesa.core :as p]
|
||||
[frontend.util :as util]
|
||||
[frontend.text :as text]
|
||||
[frontend.util.property :as property]
|
||||
[frontend.git :as git]
|
||||
[frontend.db :as db]
|
||||
[frontend.encrypt :as e]
|
||||
@@ -57,7 +57,7 @@
|
||||
|
||||
(defn copy-to-clipboard-without-id-property!
|
||||
[format content]
|
||||
(util/copy-to-clipboard! (text/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