0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-22 14:39:45 -05:00

🐛 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

@ -15,6 +15,7 @@
- Fix problems when exporting all artboards [Taiga #2234](https://tree.taiga.io/project/penpot/issue/2234). - Fix problems when exporting all artboards [Taiga #2234](https://tree.taiga.io/project/penpot/issue/2234).
- Fix problems with team management [#1353](https://github.com/penpot/penpot/issues/1353) - Fix problems with team management [#1353](https://github.com/penpot/penpot/issues/1353)
- Fix problem when importing in shared libraries [#1362](https://github.com/penpot/penpot/issues/1362) - Fix problem when importing in shared libraries [#1362](https://github.com/penpot/penpot/issues/1362)
- Fix problem with join nodes [#1422](https://github.com/penpot/penpot/issues/1422)
### :arrow_up: Deps updates ### :arrow_up: Deps updates
### :heart: Community contributions by (Thank you!) ### :heart: Community contributions by (Thank you!)

View file

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