I wanted to convert a free box
with a background-image
to an actual Image
. I added an Image
and then copied and pasted styles from the free box
to it and then i deleted the free box
.
Then i decided to change the source of the image and delete the previous source but couldn’t because it says it’s used somewhere (and force delete causes an error).
I suspect that that background-image: url()
was pasted to the Image
component’s styles internally but there’s no way to unset it because there’s no UI for it.