We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79ceb51 commit 58e0746Copy full SHA for 58e0746
www/js/app.js
@@ -2974,7 +2974,7 @@ dropup.addEventListener('click', function () {
2974
dropup.addEventListener('blur', function () {
2975
setTimeout(() => {
2976
if (ToCList.style.display === 'block') ToCList.style.display = 'none';
2977
- }, 100);
+ }, 200);
2978
});
2979
2980
// Inject table of contents list into dropup element and scroll selection into view
@@ -3012,7 +3012,7 @@ function setupTableOfContents () {
3012
setTimeout(function () {
3013
iframe.contentWindow.scrollBy(0, 5);
3014
iframe.contentWindow.focus();
3015
- }, 250);
+ }, 150);
3016
ToCList.style.display = 'none';
3017
3018
0 commit comments