mirror of
https://gitee.com/docsifyjs/docsify.git
synced 2024-12-02 12:10:04 +08:00
fix(render): autoHeader does not work
This commit is contained in:
parent
ccf4c7c5cc
commit
1304d2ea1a
@ -90,7 +90,7 @@ export function renderMixin (proto) {
|
||||
this.compiler.subSidebar()
|
||||
}
|
||||
// bind event
|
||||
this._bindEventOnRendered()
|
||||
this._bindEventOnRendered(activeEl)
|
||||
}
|
||||
|
||||
proto._bindEventOnRendered = function (activeEl) {
|
||||
|
Loading…
Reference in New Issue
Block a user