diff --git a/gui/app/components/document/document-toc.js b/gui/app/components/document/document-toc.js index 3fb10a29..8ca77222 100644 --- a/gui/app/components/document/document-toc.js +++ b/gui/app/components/document/document-toc.js @@ -39,9 +39,9 @@ export default Component.extend(NotifierMixin, { this.set('showToc', is.not.undefined(this.get('pages')) && this.get('pages').get('length') > 0); - if (is.not.null(this.get('currentPageId'))) { - this.send('onEntryClick', this.get('currentPageId')); - } + // if (is.not.null(this.get('currentPageId'))) { + // this.send('onEntryClick', this.get('currentPageId')); + // } this.setState(this.get('currentPageId')); },