Skip to content

Commit 2be4640

Browse files
[2.4.8-beta2] Downgrade TinyMCE dependency from version 7 to version 6.8.5
1 parent cf57d15 commit 2be4640

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,6 @@ define([
674674
decodedDirectiveString;
675675
// process tag attributes string
676676
// eslint-disable-next-line no-useless-escape
677-
678677
attributesString = attributesString.gsub(/([a-z0-9\-\_]+)="(.*?)(\{\{.+?\}\})(.*?)"/i, function (m) {
679678
decodedDirectiveString = encodeURIComponent(Base64.mageEncode(m[3].replace(/"/g, '"') + m[4]));
680679

0 commit comments

Comments
 (0)