1
0
Fork 0
mirror of synced 2024-07-04 05:50:57 +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}" /> <use xlink:href="#spectrum-icon-18-{icon}" />
</svg> </svg>
</div> </div>
<div <div class={overlayEnabled ? "template-thumbnail-action-overlay" : ""}>
class={overlayEnabled && imageLoaded
? "template-thumbnail-action-overlay"
: ""}
>
<slot /> <slot />
</div> </div>
</div> </div>