mirror of
https://github.com/documize/community.git
synced 2025-07-21 06:09:42 +02:00
doc start: empty, template, import
This commit is contained in:
parent
e25f23e94c
commit
ab475ede04
26 changed files with 521 additions and 349 deletions
|
@ -35,7 +35,6 @@ export default Component.extend({
|
|||
|
||||
didReceiveAttrs() {
|
||||
this._super(...arguments);
|
||||
|
||||
this.setState(this.get('currentPageId'));
|
||||
},
|
||||
|
||||
|
@ -43,10 +42,8 @@ export default Component.extend({
|
|||
this._super(...arguments);
|
||||
|
||||
this.setSize();
|
||||
|
||||
this.eventBus.subscribe('documentPageAdded', this, 'onDocumentPageAdded');
|
||||
this.eventBus.subscribe('resized', this, 'onResize');
|
||||
|
||||
this.attachResizer();
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue