build popups

This commit is contained in:
Olivier Gagnon
2021-09-12 23:23:09 -04:00
parent d515db0842
commit 83f785a791
11 changed files with 217 additions and 54 deletions
-1
View File
@@ -11,7 +11,6 @@ export function KeyHandler(props: IProps): React.ReactElement {
function onKeyDown(event: React.KeyboardEvent<HTMLElement>): void {
if (!event.isTrusted) {
console.log("untrusted event!");
props.onFailure({ automated: true });
return;
}