Skip to content

Commit aed5a0f

Browse files
authored
Merge pull request #449 from flipcomputing/codex/troubleshoot-escape-key-behavior
Fix Escape handling for the About modal
2 parents 6be23b7 + 447d2ef commit aed5a0f

3 files changed

Lines changed: 364 additions & 272 deletions

File tree

index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -635,12 +635,14 @@ <h1 class="sr-only">FlockXR</h1>
635635
aria-modal="true"
636636
>
637637
<div class="modal-content" tabindex="-1">
638-
<span
638+
<button
639+
type="button"
639640
class="close-button"
640641
id="closeInfoModal"
641642
aria-label="Close information modal"
642-
>&times;</span
643643
>
644+
&times;
645+
</button>
644646
<h2 id="modal-title" data-i18n="about_heading">
645647
About Flock XR
646648
</h2>

0 commit comments

Comments
 (0)