Skip to content

Commit 04784fc

Browse files
[2.4.8-beta2] Downgrade TinyMCE dependency from version 7 to version 6.8.5
1 parent a571e3e commit 04784fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/web/mage/adminhtml/wysiwyg/tiny_mce/tinymceAdapter.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,7 @@ define([
672672
return content.gsub(/<([a-z0-9\-\_]+[^>]+?)([a-z0-9\-\_]+="[^"]*?\{\{.+?\}\}.*?".*?)>/i, function (match) {
673673
var attributesString = match[2],
674674
decodedDirectiveString;
675+
675676
// process tag attributes string
676677
// eslint-disable-next-line no-useless-escape
677678
attributesString = attributesString.gsub(/([a-z0-9\-\_]+)="(.*?)(\{\{.+?\}\})(.*?)"/i, function (m) {

0 commit comments

Comments
 (0)