Skip to content

Commit

Permalink
fix(ux): address bug with firefox event handling
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Ristich <alex.ristich@zalando.de>
Co-authored-by: Benjamin E. Coe <bencoe@google.com>
  • Loading branch information
3 people committed Feb 19, 2024
1 parent e67a405 commit 2207a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/istanbul-reports/lib/html/index.js
Expand Up @@ -86,7 +86,7 @@ ${htmlHead(details)}
<template id="filterTemplate">
<div class="quiet">
Filter:
<input oninput="onInput()" type="search" id="fileSearch">
<input type="search" id="fileSearch">
</div>
</template>
</div>
Expand Down

0 comments on commit 2207a87

Please sign in to comment.