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