mirror of
https://github.com/documize/community.git
synced 2025-07-24 07:39:43 +02:00
i18n section strings
This commit is contained in:
parent
f735ae1278
commit
ce9c635fb4
7 changed files with 39 additions and 22 deletions
|
@ -36,11 +36,13 @@ export default Component.extend({
|
|||
this.set('pageBody', body);
|
||||
},
|
||||
|
||||
didInsertElement() {
|
||||
didInsertElement(...args) {
|
||||
this._super(...args);
|
||||
this.attachEditor();
|
||||
},
|
||||
|
||||
willDestroyElement() {
|
||||
willDestroyElement(...args) {
|
||||
this._super(...args);
|
||||
let editor = this.get('codeEditor');
|
||||
|
||||
if (this.get('editMode')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue