diff --git a/packages/hoppscotch-app/components/app/Fuse.vue b/packages/hoppscotch-app/components/app/Fuse.vue index 05358f460..6f0d138e0 100644 --- a/packages/hoppscotch-app/components/app/Fuse.vue +++ b/packages/hoppscotch-app/components/app/Fuse.vue @@ -7,6 +7,7 @@ :active="shortcutIndex === selectedEntry" :shortcut="shortcut.item" @action="$emit('action', shortcut.item.action)" + @mouseover.native="selectedEntry = shortcutIndex" />