1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-22 14:49:42 +02:00

Update to TinyMCE latest build

This commit is contained in:
sauls8t 2018-01-25 16:14:37 +00:00
parent 412127811e
commit 2d8dc62ca4
108 changed files with 7810 additions and 7897 deletions

View file

@ -312,7 +312,7 @@ export default Component.extend(TooltipMixin, {
};
const promise = this.addSection(model);
promise.then((/*id*/) => {
promise.then((id) => { // eslint-disable-line no-unused-vars
this.setupAddWizard();
});
},