Skip to content

Commit 18c9ec4

Browse files
committed
Uppdate for prettier
1 parent bc11aba commit 18c9ec4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ts/a11y/explorer/KeyExplorer.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1077,7 +1077,10 @@ export class SpeechExplorer
10771077
if (describe) {
10781078
let description =
10791079
this.description === this.none ? '' : ', ' + this.description;
1080-
if (this.document.options.a11y.help && this.document.options.enableExplorerHelp) {
1080+
if (
1081+
this.document.options.a11y.help &&
1082+
this.document.options.enableExplorerHelp
1083+
) {
10811084
description += ', press h for help';
10821085
}
10831086
speech += description;

0 commit comments

Comments
 (0)