Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(html): trigger filter on page load (#1413)
In the HTML report, if the "filter" input contains a value when the page loads, it is ignored. This happens even though an event is actually created on start-up to trigger the refresh. I believe this is a regression introduced in 9a1954a, when the observed events changed from "keyup change" to "input".
- Loading branch information