Skip to content

Commit

Permalink
update to 4.8.2 remove temp patch
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrammatiko committed Aug 13, 2018
1 parent 9cd0326 commit c35763a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
9 changes: 0 additions & 9 deletions build/media_src/editors/tinymce/js/tinymce.es6.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,6 @@
});
};

// @todo remove next 2 lines once the issue
// https://github.com/tinymce/tinymce/issues/4502
// is fixed

if (typeof window.InstallTrigger !== 'undefined') {
delete options.external_plugins;
delete options.plugins;
}

// Create a new instance
// eslint-disable-next-line no-undef
const ed = new tinyMCE.Editor(element.id, options, tinymce.EditorManager);
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"mediaelement": "4.2.8",
"popper.js": "^1.14.3",
"punycode": "1.4.1",
"tinymce": "4.7.7"
"tinymce": "4.8.2"
},
"devDependencies": {
"autoprefixer": "^8.0.0",
Expand Down

0 comments on commit c35763a

Please sign in to comment.