Add scrolling to highlighted comment (fix #13)

This commit is contained in:
Matthew Esposito
2024-01-02 19:43:00 -05:00
parent dea805936c
commit 3dee29f3ef
3 changed files with 7 additions and 0 deletions

1
static/highlighted.js Normal file
View File

@ -0,0 +1 @@
document.querySelector('#commentQueryForms').scrollIntoView();