- make view icon visible on mobile

This commit is contained in:
CJPeckover
2025-09-16 13:07:56 -04:00
parent 669a7a9a10
commit 7fae893558

View File

@@ -354,7 +354,7 @@
{/if} {/if}
<!-- View Asset while selecting --> <!-- View Asset while selecting -->
{#if mouseOver && selectionActive} {#if selectionActive && (usingMobileDevice || mouseOver)}
<button <button
type="button" type="button"
onclick={onViewerIconClickedHandler} onclick={onViewerIconClickedHandler}