0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-05 05:49:07 -05:00

🐛 Cant't delete copies

This commit is contained in:
Pablo Alba 2023-07-24 14:37:47 +02:00 committed by Andrés Moya
parent d268ff2952
commit 6c0d57ba03

View file

@ -101,7 +101,7 @@
(nil? shape)
nil
(cph/root-frame? shape)
(cph/root? shape)
nil
(and (not (ctk/in-component-copy? shape)) (not allow-main?))