mirror of
https://github.com/penpot/penpot.git
synced 2025-06-07 06:51:38 +02:00
♻️ Ensure a correct usage of concat/into operations.
This commit is contained in:
parent
b897f202dd
commit
6a7600fd52
42 changed files with 461 additions and 383 deletions
|
@ -304,7 +304,7 @@
|
|||
[content points]
|
||||
|
||||
(let [segments-set (into #{}
|
||||
(map (fn [{:keys [start end]}] [start end]))
|
||||
(juxt :start :end)
|
||||
(get-segments content points))
|
||||
|
||||
create-line-command (fn [point other]
|
||||
|
@ -318,7 +318,7 @@
|
|||
(flatten)
|
||||
(into []))]
|
||||
|
||||
(d/concat content new-content)))
|
||||
(into content new-content)))
|
||||
|
||||
|
||||
(defn separate-nodes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue