I have a custom function used to format the content. It will get all the content by getHTML() , process it, then set it to CuteEditor by setHTML().
When I do that, the content of the editor start at the top instead of scrolling to the current position.
How can I keep the scroll position after formating ?