ui-tinymce
ui-tinymce copied to clipboard
Resetting Undo Manager after content is set to allow the same editor to be used for multiple data rows.
When using the same tinymce editor for different rows of content (i.e. open row 1 to populate editor, close row 1, then open row 2 to populate the same editor), there is an issue where if you hit "undo" while in row 2, it will start going back to the content from row 1. I would recommend adding in a line that will refresh the undoManager when the content is re-set.
Can you please squash these into one commit and I can work on getting these changes in.
Should be good.
It looks like travis says there is a test failing. Can you check on that?