in the last 1.5 years, the arg order for this function changed it seems
This commit is contained in:
parent
f38dbcb73e
commit
719b84daf3
|
@ -26,7 +26,7 @@
|
||||||
read-only manner. Using this cursor to change the data will *not*
|
read-only manner. Using this cursor to change the data will *not*
|
||||||
propagate the changes to the server."
|
propagate the changes to the server."
|
||||||
[view-sig]
|
[view-sig]
|
||||||
(r/cursor [view-sig :data] view-data))
|
(r/cursor view-data [view-sig :data]))
|
||||||
|
|
||||||
(defn- handle-view-refresh [view-sig data]
|
(defn- handle-view-refresh [view-sig data]
|
||||||
(let [cursor (->view-sig-cursor view-sig)]
|
(let [cursor (->view-sig-cursor view-sig)]
|
||||||
|
|
Loading…
Reference in a new issue