In IE11, deleting the last character does not update the model. You can try in your demo plunker.
Add the model to the plunker such as {{trix}}. This will print the model.
Enter a couple chars in textbox. Delete all but one character. Model will be one character. Delete last character, and the model does not update. element.on('trix-change).... does not fire for last char.
In IE11, deleting the last character does not update the model. You can try in your demo plunker.
Add the model to the plunker such as {{trix}}. This will print the model. Enter a couple chars in textbox. Delete all but one character. Model will be one character. Delete last character, and the model does not update. element.on('trix-change).... does not fire for last char.