Skip to content

Commit 72aa403

Browse files
fix roots
1 parent 75b0e87 commit 72aa403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/twitterbuzz/src/twitterbuzz/layout.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
(conj ret k)
4040
ret))
4141
#{} mentions-data)]
42-
(reduce disj parents (mapcat :mentions (vals mentions-data)))))
42+
(reduce disj parents (mapcat #(keys (:mentions %)) (vals mentions-data)))))
4343

4444
(defn radial
4545
[mentions-data]

0 commit comments

Comments
 (0)