mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 02:46:45 +00:00
fix: remove entity db/id from tx-data
This commit is contained in:
@@ -855,7 +855,11 @@
|
||||
(defn- create-page!
|
||||
[repo conn title options]
|
||||
(let [config (worker-state/get-config repo)]
|
||||
(worker-page/create! repo conn config title options)))
|
||||
(try
|
||||
(worker-page/create! repo conn config title options)
|
||||
(catch :default e
|
||||
(js/console.error e)
|
||||
(throw e)))))
|
||||
|
||||
(defn- outliner-register-op-handlers!
|
||||
[]
|
||||
|
||||
Reference in New Issue
Block a user