fix: transducer

This commit is contained in:
Tienson Qin
2025-04-06 19:36:41 +08:00
parent acbb19e8c3
commit 885f198506

View File

@@ -691,7 +691,7 @@ Similar to re-frame subscriptions"
(defn- sub-flow
[flow sub-f]
(m/eduction (map sub-f) dedupe flow))
(m/eduction (map sub-f) (dedupe) flow))
(def ^:private editing-flow
(m/watch (:editor/editing? @state)))