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:
commit
31d7aacec1
1 changed files with 2 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue