I have a external library to do the sanitizing of my RTE control and I'm trying to sanitize the control value on beforePasteCleanup but I can't find a way to update the editor value after the sanitizing is done. How can I do that? If I simple update the value with the returned value returned by beforePasteCleanup, the old value misses.