Skip to content

Commit d73cca2

Browse files
Fix for [2.3-develop] Forwardport of #12141
1 parent 4e00485 commit d73cca2

File tree

1 file changed

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

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,6 @@ define([
101101

102102
/* eslint-disable no-undef */
103103
if (typeof wysiwyg !== 'undefined' && wysiwyg.activeEditor()) {
104-
105-
_.each(wysiwyg.activeEditor().controlManager.controls, function (property, index, controls) {
106-
controls[property.id].setDisabled(disabled);
107-
});
108-
109104
if (wysiwyg && disabled) {
110105
wysiwyg.setEnabledStatus(false);
111106
wysiwyg.getPluginButtons().prop('disabled', 'disabled');

0 commit comments

Comments
 (0)