mirror of
https://github.com/penpot/penpot.git
synced 2025-05-29 07:36:11 +02:00
🐛 Don't render path editor on editing grid on frame
This commit is contained in:
parent
b9ea2425b9
commit
fa24ced3a3
1 changed files with 2 additions and 1 deletions
|
@ -602,7 +602,8 @@
|
|||
(= edition shape-id))
|
||||
nil
|
||||
|
||||
(= edition shape-id)
|
||||
(and (= edition shape-id)
|
||||
(cfh/path-shape? shape))
|
||||
[:> path-editor*
|
||||
{:zoom zoom
|
||||
:shape shape}]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue