0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-10 09:08:31 -05:00

Open container on layers sidebar on drop inside

This commit is contained in:
Andrés Moya 2021-01-07 09:31:30 +01:00
parent 2f0fcaf5d3
commit c4720edda7

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]