Skip to content

Commit 59eae1b

Browse files
committed
comment
1 parent caba869 commit 59eae1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/pydata_sphinx_theme/assets/scripts/pydata-sphinx-theme.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1055,8 +1055,8 @@ function setupArticleTocSyncing() {
10551055
// contains a link to itself).
10561056
if (event.target.closest("a")) {
10571057
// Defer the sync operation because window.location.hash does not change
1058-
// until after the default action (i.e., the link click) for the event has
1059-
// happened.
1058+
// until after the default action for the event has happened (i.e., the
1059+
// link click).
10601060
setTimeout(() => {
10611061
syncTocHash();
10621062
}, 0);

0 commit comments

Comments
 (0)