Skip to content

Commit

Permalink
a couple of missed double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
abaevbog committed Oct 11, 2024
1 parent c7f2e51 commit e5f1456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/reader.js
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ class Reader {
let onFocusAnnotation = (annotation) => {
if (!annotation) return;
// Announce the current annotation to screen readers
if (annotation.type == "external-link") {
if (annotation.type == 'external-link') {
this.setA11yMessage(annotation.url);
return;
}
Expand Down

0 comments on commit e5f1456

Please sign in to comment.