Hello,
In the demo (https://demos.telerik.com/aspnet-ajax/editor/examples/trackchanges/defaultcs.aspx):
When I click the B/I/U buttons, the editor logs multiple Reformat actions and repeatedly applies the B/I/U tags. How can I prevent this?
Is there a way to disable Reformat actions in Track Changes mode? I only need to track insertions (ins) and deletions (del).
Thank you!