tinymce.get(currentPropertyControlID).setContent(currentPropertyControlValue);
I have a requirement of auto-saving the content of tinymce body when control reach the above peace of code the html page got stuck for sometime and not allowing user to edit the content inside tinymce body till saving content.
I want to avoid this distraction while auto-saving the content.