[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: focus settings toggle when opening with keyboard shortcut (#186)

authored by

Jens Rømer Hesselbjerg and committed by
GitHub
4add5b1f 21ed8479

+2 -1
+2 -1
app/components/SettingsMenu.vue
··· 39 39 return 40 40 } 41 41 e.preventDefault() 42 - toggle() 42 + triggerRef.value?.focus() 43 + triggerRef.value?.click() 43 44 }) 44 45 </script> 45 46