mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 13:16:37 +02:00
🐛 Add function to reparent orphan shapes
This commit is contained in:
parent
83c8e7f03a
commit
4fc3f316e0
3 changed files with 35 additions and 4 deletions
|
@ -346,3 +346,6 @@
|
|||
[read-only?]
|
||||
(st/emit! (dw/set-workspace-read-only read-only?)))
|
||||
|
||||
(defn ^:export fix-orphan-shapes
|
||||
[]
|
||||
(st/emit! (dw/fix-orphan-shapes)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue