Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Commit

Permalink
Update tinymce.js
Browse files Browse the repository at this point in the history
  • Loading branch information
anyandallart authored Jun 12, 2017
1 parent 6c74506 commit c3bfd01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tinymce.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ angular.module('ui.tinymce', [])
tinyInstance.getDoc()
) {
tinyInstance.setContent(viewValue);
tinyInstance.undoManager.clear();
tinyInstance.undoManager.clear();
// Triggering change event due to TinyMCE not firing event &
// becoming out of sync for change callbacks
tinyInstance.fire('change');
Expand Down

1 comment on commit c3bfd01

@anyandallart
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed unintentional spacing issue.

Please sign in to comment.