mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 21:21:37 +02:00
✨ Replace mapv with map on get-frame-ids fn
This commit is contained in:
parent
85a1443ada
commit
ad73c449fd
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@
|
||||||
([objects] (get-frames-ids objects nil))
|
([objects] (get-frames-ids objects nil))
|
||||||
([objects options]
|
([objects options]
|
||||||
(->> (get-frames objects options)
|
(->> (get-frames objects options)
|
||||||
(mapv :id))))
|
(map :id))))
|
||||||
|
|
||||||
(defn get-nested-frames
|
(defn get-nested-frames
|
||||||
[objects frame-id]
|
[objects frame-id]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue