Skip to content

Commit f5d4f54

Browse files
committed
Avoid hogging all events.
1 parent aeb5067 commit f5d4f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts/a11y/explorer/KeyExplorer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,8 +572,8 @@ export class SpeechExplorer extends AbstractExplorer<string> implements KeyExplo
572572
}
573573
}
574574
if (this.active) {
575-
this.stopEvent(event);
576575
if (this.Move(event)) {
576+
this.stopEvent(event);
577577
this.Update();
578578
return;
579579
}

0 commit comments

Comments
 (0)