1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-18 20:59:43 +02:00

Fix scroll-to-section regression

Fixes #344
This commit is contained in:
HarveyKandola 2019-12-06 11:09:02 +00:00
parent 5aaa9f874d
commit 6ba4ca9c16

View file

@ -44,12 +44,12 @@ export default Component.extend(Notifier, {
didInsertElement() {
this._super(...arguments);
this.jumpToSection(this.get('currentPageId'));
},
didRender() {
this._super(...arguments);
this.jumpToSection(this.get('currentPageId'));
this.contentLinkHandler();
},