Skip to content

Commit

Permalink
fix(render): autoHeader does not work
Browse files Browse the repository at this point in the history
  • Loading branch information
QingWei-Li committed Jun 2, 2017
1 parent ccf4c7c commit 1304d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/render/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export function renderMixin (proto) {
this.compiler.subSidebar()
}
// bind event
this._bindEventOnRendered()
this._bindEventOnRendered(activeEl)
}

proto._bindEventOnRendered = function (activeEl) {
Expand Down

0 comments on commit 1304d2e

Please sign in to comment.