mirror of
https://github.com/penpot/penpot.git
synced 2026-09-08 21:19:49 +00:00
🚧 Temporary disable okulary atoms.
This commit is contained in:
parent
043cf27ace
commit
41fc23f99b
@ -18,8 +18,8 @@
|
|||||||
|
|
||||||
(def ^:dynamic *on-error* identity)
|
(def ^:dynamic *on-error* identity)
|
||||||
|
|
||||||
(defonce state (l/atom {}))
|
(defonce state (atom {}))
|
||||||
(defonce loader (l/atom false))
|
(defonce loader (atom false))
|
||||||
(defonce store (ptk/store {:on-error #(*on-error* %)}))
|
(defonce store (ptk/store {:on-error #(*on-error* %)}))
|
||||||
(defonce stream (ptk/input-stream store))
|
(defonce stream (ptk/input-stream store))
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user