1
0

Merge pull request #70 from Pinjasaur/esc

This commit is contained in:
Zef Hemel 2022-08-27 08:53:41 +02:00 committed by GitHub
commit 99415dd499
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -173,6 +173,7 @@ export function FilterList({
case "Escape":
exiting = true;
onSelect(undefined);
e.preventDefault();
break;
case " ":
if (completePrefix && !text) {