fix: share text or picture doesn't work if the app has been closed

This commit is contained in:
Tienson Qin
2025-09-09 14:15:52 +08:00
parent 1b6ca9ec7f
commit f137da94f6
8 changed files with 23 additions and 32 deletions

View File

@@ -34,6 +34,7 @@
(defonce *db-worker (atom nil))
(defonce *db-worker-client-id (atom nil))
(defonce *editor-info (atom nil))
(defonce db-worker-ready-promise (p/deferred))
(def db-worker-ready-flow
"`<invoke-db-worker` throws err if `*db-worker` not ready yet.