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

Commit c3bfd01

Browse files
authored
Update tinymce.js
1 parent 6c74506 commit c3bfd01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tinymce.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ angular.module('ui.tinymce', [])
168168
tinyInstance.getDoc()
169169
) {
170170
tinyInstance.setContent(viewValue);
171-
tinyInstance.undoManager.clear();
171+
tinyInstance.undoManager.clear();
172172
// Triggering change event due to TinyMCE not firing event &
173173
// becoming out of sync for change callbacks
174174
tinyInstance.fire('change');

0 commit comments

Comments
 (0)