Skip to content

Commit 58e0746

Browse files
update wait time
1 parent 79ceb51 commit 58e0746

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

www/js/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2974,7 +2974,7 @@ dropup.addEventListener('click', function () {
29742974
dropup.addEventListener('blur', function () {
29752975
setTimeout(() => {
29762976
if (ToCList.style.display === 'block') ToCList.style.display = 'none';
2977-
}, 100);
2977+
}, 200);
29782978
});
29792979

29802980
// Inject table of contents list into dropup element and scroll selection into view
@@ -3012,7 +3012,7 @@ function setupTableOfContents () {
30123012
setTimeout(function () {
30133013
iframe.contentWindow.scrollBy(0, 5);
30143014
iframe.contentWindow.focus();
3015-
}, 250);
3015+
}, 150);
30163016
ToCList.style.display = 'none';
30173017
});
30183018
});

0 commit comments

Comments
 (0)