Grid: highlight hints on hover

This commit is contained in:
2026-02-08 18:18:07 +01:00
parent 7a6de0d01e
commit f2bf63676f
3 changed files with 33 additions and 6 deletions

View File

@@ -76,7 +76,7 @@ const handlePointerCancel = (e) => {
@pointerup="handlePointerUp"
@pointercancel="handlePointerCancel"
@pointerleave="handlePointerCancel"
@mouseenter="emit('enter-cell', props.r, props.c)"
@mouseenter="emit('enter-cell', props.r, props.c, $event)"
@contextmenu.prevent
>
<span v-if="props.state === 2" class="cross-mark">×</span>