mirror of
https://github.com/penpot/penpot.git
synced 2025-02-10 09:08:31 -05: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 options]
|
||||
(->> (get-frames objects options)
|
||||
(mapv :id))))
|
||||
(map :id))))
|
||||
|
||||
(defn get-nested-frames
|
||||
[objects frame-id]
|
||||
|
|
Loading…
Add table
Reference in a new issue