We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 058429a commit 482f0b9Copy full SHA for 482f0b9
1 file changed
source/javascripts/app/lang.js
@@ -30,6 +30,8 @@ under the License.
30
}
31
$(".highlight." + language).parent().show();
32
33
+ global.toc.calculateHeights();
34
+
35
// scroll to the new location of the position
36
$(window.location.hash).get(0).scrollIntoView(true);
37
0 commit comments