🐛 Fix wrong icon on path layer

This commit is contained in:
Eva Marco 2025-09-05 13:54:19 +02:00
parent 2f3b464715
commit e66d44ca81

View File

@ -60,7 +60,7 @@
"elipse")
:path (if (cts/has-images? shape)
"img"
"rectangle")
"path")
:rect (if (cts/has-images? shape)
"img"
"rectangle")