mirror of
https://github.com/penpot/penpot.git
synced 2025-08-02 22:48:35 +02:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
f5c913d26e
14 changed files with 349 additions and 210 deletions
|
@ -63,10 +63,10 @@
|
|||
target-container-id (or target-container-id (:parent-id shape))]
|
||||
|
||||
(filter some?
|
||||
[(when target-page-id (dw/initialize-page target-page-id))
|
||||
[(when target-page-id (dw/initialize-page (:id file) target-page-id))
|
||||
(dws/select-shape target-container-id)
|
||||
(dw/paste-shapes pdata)
|
||||
(when target-page-id (dw/initialize-page (:id page)))])))
|
||||
(when target-page-id (dw/initialize-page (:id file) (:id page)))])))
|
||||
|
||||
(defn- sync-file [file]
|
||||
(map (fn [component-tag]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue