study-area-cn/theme/js/page.js

4 lines
102 B
JavaScript

if (window.innerWidth > 640) {
document.getElementById("toc-drawer").setAttribute('open', true)
}