mirror of
https://github.com/status-im/re-frame.git
synced 2025-02-23 15:28:09 +00:00
Fixes #357
This commit is contained in:
parent
9a3584a8b6
commit
ba471853ae
@ -118,5 +118,6 @@
|
||||
(register
|
||||
:db
|
||||
(fn [value]
|
||||
(reset! app-db value)))
|
||||
(if-not (identical? @app-db value)
|
||||
(reset! app-db value))))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user