1
0
Fork 0
mirror of synced 2024-06-30 03:50:37 +12:00

Removed image load flag from the template card overlay

This commit is contained in:
Dean 2022-03-25 09:59:23 +00:00
parent de938eea88
commit 8508e709d2

View file

@ -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>