Removed image load flag from the template card overlay
This commit is contained in:
parent
04aad3406d
commit
40f25a1463
|
@ -37,11 +37,7 @@
|
|||
<use xlink:href="#spectrum-icon-18-{icon}" />
|
||||
</svg>
|
||||
</div>
|
||||
<div
|
||||
class={overlayEnabled && imageLoaded
|
||||
? "template-thumbnail-action-overlay"
|
||||
: ""}
|
||||
>
|
||||
<div class={overlayEnabled ? "template-thumbnail-action-overlay" : ""}>
|
||||
<slot />
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue