mirror of
https://github.com/penpot/penpot.git
synced 2025-02-18 21:06:11 -05:00
🚧 Temporary disable okulary atoms.
This commit is contained in:
parent
043cf27ace
commit
41fc23f99b
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue