Merge pull request #6741 from penpot/niwinz-staging-join-nodes

🔥 Remove incorrect assert on path segment helper
This commit is contained in:
Alejandro Alonso 2025-06-20 08:22:27 +02:00 committed by GitHub
commit 43ba30c694
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -470,8 +470,6 @@
"Given a content and a set of points return all the segments in the path
that uses the points"
[content points]
(assert (impl/path-data? content) "expected path data instance")
(let [point-set (set points)]
(loop [result (transient [])
prev-point nil