We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16b33ff + 1e99c06 commit 11466d4Copy full SHA for 11466d4
src/tinymce.js
@@ -94,8 +94,9 @@ angular.module('ui.tinymce', [])
94
// - a button has been clicked [ExecCommand]
95
// - the editor content has been modified [change]
96
// - the node has changed [NodeChange]
97
+ // - after it has been filtered by the PowerPaste plugin [PastePostProcess]
98
// - an object has been resized (table, image) [ObjectResized]
- ed.on('ExecCommand change NodeChange ObjectResized', function() {
99
+ ed.on('PastePostProcess ExecCommand change NodeChange ObjectResized', function() {
100
if (!options.debounce) {
101
ed.save();
102
updateView(ed);
0 commit comments