Skip to content

Commit c35763a

Browse files
committed
update to 4.8.2 remove temp patch
1 parent 9cd0326 commit c35763a

File tree

3 files changed

+5
-14
lines changed

3 files changed

+5
-14
lines changed

build/media_src/editors/tinymce/js/tinymce.es6.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,6 @@
9191
});
9292
};
9393

94-
// @todo remove next 2 lines once the issue
95-
// https://github.com/tinymce/tinymce/issues/4502
96-
// is fixed
97-
98-
if (typeof window.InstallTrigger !== 'undefined') {
99-
delete options.external_plugins;
100-
delete options.plugins;
101-
}
102-
10394
// Create a new instance
10495
// eslint-disable-next-line no-undef
10596
const ed = new tinyMCE.Editor(element.id, options, tinymce.EditorManager);

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"mediaelement": "4.2.8",
4040
"popper.js": "^1.14.3",
4141
"punycode": "1.4.1",
42-
"tinymce": "4.7.7"
42+
"tinymce": "4.8.2"
4343
},
4444
"devDependencies": {
4545
"autoprefixer": "^8.0.0",

0 commit comments

Comments
 (0)