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 2801235 commit 5b7e3f8Copy full SHA for 5b7e3f8
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