[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.

feat: compare page search package add esc keyboard event (#1333)

authored by

btea and committed by
GitHub
dc038d12 c1f33ac9

+2
+2
app/components/Compare/PackageSelector.vue
··· 89 89 } else if (hasMatchInPackages) { 90 90 addPackage(inputValueTrim) 91 91 } 92 + } else if (e.key === 'Escape') { 93 + inputValue.value = '' 92 94 } 93 95 } 94 96