[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: correct unexpected navigation behavior of Comma shortcut (#1367)

authored by

rzzf and committed by
GitHub
d55dc9d5 54e08d0a

+1 -1
+1 -1
app/components/AppHeader.vue
··· 180 180 for (const link of desktopLinks.value) { 181 181 if (link.to && link.keyshortcut && isKeyWithoutModifiers(e, link.keyshortcut)) { 182 182 e.preventDefault() 183 - navigateTo(link.to.name) 183 + navigateTo(link.to) 184 184 break 185 185 } 186 186 }