We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f33ac commit dc038d1Copy full SHA for dc038d1
1 file changed
app/components/Compare/PackageSelector.vue
@@ -89,6 +89,8 @@ function handleKeydown(e: KeyboardEvent) {
89
} else if (hasMatchInPackages) {
90
addPackage(inputValueTrim)
91
}
92
+ } else if (e.key === 'Escape') {
93
+ inputValue.value = ''
94
95
96
0 commit comments