mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 19:06:18 +00:00
🐛 Fix wrong icon on path layer
This commit is contained in:
parent
2f3b464715
commit
e66d44ca81
@ -60,7 +60,7 @@
|
|||||||
"elipse")
|
"elipse")
|
||||||
:path (if (cts/has-images? shape)
|
:path (if (cts/has-images? shape)
|
||||||
"img"
|
"img"
|
||||||
"rectangle")
|
"path")
|
||||||
:rect (if (cts/has-images? shape)
|
:rect (if (cts/has-images? shape)
|
||||||
"img"
|
"img"
|
||||||
"rectangle")
|
"rectangle")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user