0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-15 09:11:21 -05:00

Merge pull request #442 from penpot/enhancement/open-container-on-drop

 Open container on layers sidebar on drop inside
This commit is contained in:
Andrey Antukh 2021-01-07 09:34:12 +01:00 committed by GitHub
commit 31d7aacec1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -891,7 +891,8 @@
;; (println "================ uchanges")
;; (cljs.pprint/pprint uchanges)
(rx/of (dwc/commit-changes rchanges uchanges
{:commit-local? true}))))))
{:commit-local? true})
(dwc/expand-collapse parent-id))))))
(defn relocate-selected-shapes
[parent-id to-index]