chore: add hint for code folding

This commit is contained in:
EnixCoda 2021-08-01 12:47:13 +08:00
parent d96be044c7
commit 7ec690cada

View file

@ -87,6 +87,7 @@ function init() {
if (!end) return
const toggleElement = document.createElement('div')
toggleElement.setAttribute('title', 'Code Folding by Gitako')
toggleElement.setAttribute('role', 'button')
toggleElement.classList.add(theCSSClassForToggleElement)