mirror of
https://github.com/penpot/penpot.git
synced 2025-05-23 16:26:13 +02:00
🐛 Fix problem with join nodes
This commit is contained in:
parent
d08891cffa
commit
6727717d1a
2 changed files with 2 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue