tinymce-line-height-plugin
tinymce-line-height-plugin copied to clipboard
Notify editor line-height action
Hi,
To notify editor that line-height has changed you'll need to add:
File: plugin.min.js Line: 73
e.activeEditor.undoManager.add();
With this addition you'll notify the selection and enable both Save and undo buttons.
👍