Skip to content

Commit

Permalink
fix(fontsize): add missing syncCode call
Browse files Browse the repository at this point in the history
fix #1089
  • Loading branch information
Alex-D committed Nov 26, 2020
1 parent 6ee0532 commit 4f93094
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/fontsize/trumbowyg.fontsize.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@
$(trumbowyg.range.startContainer.parentElement).find('span[style=""]').contents().unwrap();

trumbowyg.restoreRange();
trumbowyg.syncCode();
}

function buildDropdown(trumbowyg) {
Expand Down

0 comments on commit 4f93094

Please sign in to comment.