Skip to content

Commit

Permalink
fix(cleanpaste): add missing tbwchange
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-D committed Nov 26, 2020
1 parent 5c6ab17 commit cf3a5ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/cleanpaste/trumbowyg.cleanpaste.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@
// save new node as focused node
trumbowyg.saveRange();
trumbowyg.syncCode();
trumbowyg.$c.trigger('tbwchange');
} catch (c) {
}
}, 0);
Expand Down

0 comments on commit cf3a5ab

Please sign in to comment.