🐛 Don't render path editor on editing grid on frame

This commit is contained in:
Andrey Antukh 2025-04-10 14:29:30 +02:00
parent b9ea2425b9
commit fa24ced3a3

View file

@ -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}]