mirror of
https://github.com/logseq/logseq.git
synced 2026-05-28 14:39:48 +00:00
fix: wait for init-service! to finish.
This commit is contained in:
@@ -856,8 +856,9 @@
|
||||
|
||||
(def-thread-api :thread-api/init-shared-service
|
||||
[graph]
|
||||
(init-service! graph)
|
||||
nil)
|
||||
(p/do!
|
||||
(init-service! graph)
|
||||
nil))
|
||||
|
||||
(defn init
|
||||
"web worker entry"
|
||||
|
||||
Reference in New Issue
Block a user