mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +00:00
🐛 Don't render path editor on editing grid on frame
This commit is contained in:
parent
b9ea2425b9
commit
fa24ced3a3
@ -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…
x
Reference in New Issue
Block a user