🐛 Add function to reparent orphan shapes

This commit is contained in:
Pablo Alba 2022-12-27 07:03:12 +01:00
parent 83c8e7f03a
commit 4fc3f316e0
3 changed files with 35 additions and 4 deletions

View file

@ -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)))