Improve search-detail back navigation and focus restore

This commit is contained in:
2026-05-27 21:12:39 +00:00
parent 81be850e0c
commit 29cda926a2
3 changed files with 66 additions and 16 deletions
+1
View File
@@ -4,6 +4,7 @@
class="media-card"
v-bind="navAttributes"
:data-item-id="item.id"
:data-item-type="item.type"
:href="href || undefined"
@click="handleClick"
@keydown.enter.prevent="$emit('click')"