mirror of
https://github.com/rommapp/romm.git
synced 2026-06-28 06:46:00 +00:00
fix: only show zoom button on non-clickable covers (when pointerOnHover is false)
Co-authored-by: gantoine <3247106+gantoine@users.noreply.github.com>
This commit is contained in:
@@ -297,7 +297,7 @@ onBeforeUnmount(() => {
|
||||
>
|
||||
<v-fade-transition>
|
||||
<v-btn
|
||||
v-if="isOuterHovering"
|
||||
v-if="isOuterHovering && !pointerOnHover"
|
||||
icon="mdi-magnify-plus-outline"
|
||||
size="x-small"
|
||||
class="cover-zoom-btn position-absolute"
|
||||
|
||||
Reference in New Issue
Block a user