Skip to content

Commit

Permalink
fix for magento#24637 .
Browse files Browse the repository at this point in the history
  • Loading branch information
HirokazuNishi committed Nov 4, 2019
1 parent dac1ea5 commit aff7824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/web/mage/adminhtml/wysiwyg/tiny_mce/tinymce4Adapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ define([
}

this.addContentEditableAttributeBackToNonEditableNodes();
this.fixRangeSelection(editor);
//this.fixRangeSelection(editor);

content = editor.getContent();
content = this.decodeContent(content);
Expand Down

0 comments on commit aff7824

Please sign in to comment.