| author | |
| committer | |
| log | 1484f174eacb079209c92482d5d9fb360c00c09a |
| tree | 89785481092e1102ef8e04c4ad6f982270646d65 |
| parent | 895fa87d7717ae861dd925b814be31897abd65c1 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/fuzzer/main.js+1-1| ... | ... | @@ -214,7 +214,7 @@ |
| 214 | 214 | // Empirically, Firefox needs this requestAnimationFrame in order for the scrollIntoView to work. |
| 215 | 215 | requestAnimationFrame(function() { |
| 216 | 216 | const slDom = document.getElementById("l" + sourceLocationIndex); |
| 217 | slDom.scrollIntoView({ | |
| 217 | if (slDom != null) slDom.scrollIntoView({ | |
| 218 | 218 | behavior: "smooth", |
| 219 | 219 | block: "center", |
| 220 | 220 | }); |