🐛 Disable path conversion for raw-svg, to avoid errors

This commit is contained in:
Andrés Moya 2021-08-05 14:46:59 +02:00 committed by Andrés Moya
parent 2a70964dce
commit 982aa874f2

View file

@ -1094,6 +1094,9 @@
:group
(rx/of (dwc/select-shapes (into (d/ordered-set) [(last shapes)])))
:svg-raw
nil
(rx/of (dwc/start-edition-mode id)
(dwdp/start-path-edit id)))))))))