mirror of
https://github.com/documize/community.git
synced 2025-07-19 21:29:42 +02:00
parent
5aaa9f874d
commit
6ba4ca9c16
1 changed files with 1 additions and 1 deletions
|
@ -44,12 +44,12 @@ export default Component.extend(Notifier, {
|
||||||
|
|
||||||
didInsertElement() {
|
didInsertElement() {
|
||||||
this._super(...arguments);
|
this._super(...arguments);
|
||||||
|
this.jumpToSection(this.get('currentPageId'));
|
||||||
},
|
},
|
||||||
|
|
||||||
didRender() {
|
didRender() {
|
||||||
this._super(...arguments);
|
this._super(...arguments);
|
||||||
|
|
||||||
this.jumpToSection(this.get('currentPageId'));
|
|
||||||
this.contentLinkHandler();
|
this.contentLinkHandler();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue