Skip to content
Snippets Groups Projects
Unverified Commit 8fc54e7e authored by Limon Monte's avatar Limon Monte Committed by GitHub
Browse files

fix: do not set style="display: flex" on image (#1977)

parent 6c003d0d
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ export const renderImage = (instance, params) => {
return dom.hide(image)
}
dom.show(image)
dom.show(image, '')
// Src, alt
image.setAttribute('src', params.imageUrl)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment