mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-19 06:06:54 +00:00
fix(toc): resume fade up animation in desktop mode (#2085)
This commit is contained in:
@@ -15,8 +15,11 @@ export class TocDesktop {
|
||||
}
|
||||
|
||||
static init() {
|
||||
if (document.getElementById('toc-wrapper')) {
|
||||
const $tocWrapper = document.getElementById('toc-wrapper');
|
||||
|
||||
if ($tocWrapper) {
|
||||
tocbot.init(this.options);
|
||||
$tocWrapper.classList.remove('invisible');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user