We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9ec959 commit 2a80bb8Copy full SHA for 2a80bb8
app/code/Magento/Ui/view/base/web/js/form/element/wysiwyg.js
@@ -64,8 +64,8 @@ define([
64
/** @inheritdoc */
65
initConfig: function (config) {
66
var pattern = config.suffixRegExpPattern || this.constructor.defaults.suffixRegExpPattern;
67
- pattern = pattern.replace(/\$/g, '\\$&');
68
+ pattern = pattern.replace(/\$/g, '\\$&');
69
config.content = config.content.replace(new RegExp(pattern, 'g'), this.getUniqueSuffix(config));
70
this._super();
71
0 commit comments