mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-07-30 11:09:29 +00:00
deploy: 4ca21ef1bb
This commit is contained in:
parent
0a9ba65ac2
commit
4453945585
153 changed files with 10271 additions and 2401 deletions
|
@ -113,7 +113,7 @@ function initMermaid() {
|
|||
|
||||
function scrollToActiveMenu() {
|
||||
window.setTimeout(function(){
|
||||
var e = $("#sidebar ul.topics li.active")[0];
|
||||
var e = $("#sidebar ul.topics li.active a")[0];
|
||||
if( e && e.scrollIntoView ){
|
||||
e.scrollIntoView({
|
||||
block: 'center',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue