0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-10 17:18:21 -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") ;; (println "================ uchanges")
;; (cljs.pprint/pprint uchanges) ;; (cljs.pprint/pprint uchanges)
(rx/of (dwc/commit-changes rchanges uchanges (rx/of (dwc/commit-changes rchanges uchanges
{:commit-local? true})))))) {:commit-local? true})
(dwc/expand-collapse parent-id))))))
(defn relocate-selected-shapes (defn relocate-selected-shapes
[parent-id to-index] [parent-id to-index]