Skip to content

Commit 06674a8

Browse files
committed
MC-17823: Access Images/Widgets/Variable from HTML content type
- fix ie11
1 parent 43eeaa5 commit 06674a8

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/js/form/element

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/js/form/element/html-code.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ define([
99
], function (Textarea) {
1010
'use strict';
1111

12-
const HTML_ID_PLACEHOLDER = 'HTML_ID_PLACEHOLDER';
12+
var HTML_ID_PLACEHOLDER = 'HTML_ID_PLACEHOLDER';
1313

1414
return Textarea.extend({
1515
defaults: {

0 commit comments

Comments
 (0)