Merge pull request #70 from Pinjasaur/esc

pull/73/head
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
1 changed files with 1 additions and 0 deletions

View File

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