mirror of
https://github.com/penpot/penpot.git
synced 2025-02-01 20:09:04 -05:00
🐛 Fix problem with file-builder
This commit is contained in:
parent
ee8f071025
commit
8ddc7220f7
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@
|
|||
(update :parent-stack conjv (:id obj)))))
|
||||
|
||||
(defn close-artboard [file]
|
||||
(let [parent-id (-> file :parent-id peek)
|
||||
(let [parent-id (-> file :parent-stack peek)
|
||||
parent (lookup-shape file parent-id)
|
||||
current-frame-id (or (:frame-id parent)
|
||||
(when (nil? (:current-component-id file))
|
||||
|
|
Loading…
Add table
Reference in a new issue