Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
fix: Fix bug in ABNF autoscroll (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara authored Aug 7, 2022
1 parent 44c975b commit 8cea78c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/scripts/abnf.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ function parse() {
accordionItemAbnf.style.display = 'block';
preAbnf.innerHTML = json.abnf;
}
accordionValidation.scrollIntoView();
accordionAbnfParse.scrollIntoView();
});
}

0 comments on commit 8cea78c

Please sign in to comment.