mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 19:06:21 +00:00
fix: transducer
This commit is contained in:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user