Skip to content

Commit 2a80bb8

Browse files
committed
MC-5622: Unable to input text into TinyMCE4 WYSIWYG area on IE11 in Catalog Product
1 parent c9ec959 commit 2a80bb8

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Ui/view/base/web/js/form/element

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/js/form/element/wysiwyg.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ define([
6464
/** @inheritdoc */
6565
initConfig: function (config) {
6666
var pattern = config.suffixRegExpPattern || this.constructor.defaults.suffixRegExpPattern;
67-
pattern = pattern.replace(/\$/g, '\\$&');
6867

68+
pattern = pattern.replace(/\$/g, '\\$&');
6969
config.content = config.content.replace(new RegExp(pattern, 'g'), this.getUniqueSuffix(config));
7070
this._super();
7171

0 commit comments

Comments
 (0)