Skip to content

Commit d03701a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)