🐛 Fix problem with join nodes

This commit is contained in:
alonso.torres 2021-12-29 14:35:32 +01:00
parent d08891cffa
commit 6727717d1a
2 changed files with 2 additions and 1 deletions

View file

@ -304,7 +304,7 @@
[content points]
(let [segments-set (into #{}
(juxt :start :end)
(map (juxt :start :end))
(get-segments content points))
create-line-command (fn [point other]