mirror of
https://github.com/penpot/penpot.git
synced 2026-04-26 19:58:09 +00:00
✨ Replace mapv with map on get-frame-ids fn
This commit is contained in:
parent
85a1443ada
commit
ad73c449fd
@ -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…
x
Reference in New Issue
Block a user