diff --git a/source/js/app.js b/source/js/app.js index b784583..7106e7e 100755 --- a/source/js/app.js +++ b/source/js/app.js @@ -132,10 +132,10 @@ var customSearch; function setTocToggle() { const $toc = $('.toc-wrapper'); if ($toc.length === 0) return; - $toc.click((e) => { - e.stopPropagation(); - $toc.addClass('active'); - }); + // $toc.click((e) => { + // e.stopPropagation(); + // $toc.addClass('active'); + // }); $(document).click(() => $toc.removeClass('active')); $toc.on('click', 'a', (e) => {