Skip to content

Commit

Permalink
Fix for [2.3-develop] Forwardport of #12141
Browse files Browse the repository at this point in the history
  • Loading branch information
magento-engcom-team committed Feb 1, 2018
1 parent 4e00485 commit d73cca2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/code/Magento/Ui/view/base/web/js/form/element/wysiwyg.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,6 @@ define([

/* eslint-disable no-undef */
if (typeof wysiwyg !== 'undefined' && wysiwyg.activeEditor()) {

_.each(wysiwyg.activeEditor().controlManager.controls, function (property, index, controls) {
controls[property.id].setDisabled(disabled);
});

if (wysiwyg && disabled) {
wysiwyg.setEnabledStatus(false);
wysiwyg.getPluginButtons().prop('disabled', 'disabled');
Expand Down

0 comments on commit d73cca2

Please sign in to comment.