Skip to content

Commit 11466d4

Browse files
committed
Merge branch 'master' of github.com:Accelo/ui-tinymce
2 parents 16b33ff + 1e99c06 commit 11466d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/tinymce.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,9 @@ angular.module('ui.tinymce', [])
9494
// - a button has been clicked [ExecCommand]
9595
// - the editor content has been modified [change]
9696
// - the node has changed [NodeChange]
97+
// - after it has been filtered by the PowerPaste plugin [PastePostProcess]
9798
// - an object has been resized (table, image) [ObjectResized]
98-
ed.on('ExecCommand change NodeChange ObjectResized', function() {
99+
ed.on('PastePostProcess ExecCommand change NodeChange ObjectResized', function() {
99100
if (!options.debounce) {
100101
ed.save();
101102
updateView(ed);

0 commit comments

Comments
 (0)