mirror of
https://github.com/penpot/penpot.git
synced 2025-06-01 04:41:40 +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))
|
(= edition shape-id))
|
||||||
nil
|
nil
|
||||||
|
|
||||||
(= edition shape-id)
|
(and (= edition shape-id)
|
||||||
|
(cfh/path-shape? shape))
|
||||||
[:> path-editor*
|
[:> path-editor*
|
||||||
{:zoom zoom
|
{:zoom zoom
|
||||||
:shape shape}]
|
:shape shape}]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue