In the replaceContent method in zen_editor.js, the undo action
code should be coded like so:
scimoz.beginUndoAction();
try {
....
} finally {
scimoz.beginEndAction();
}
Original issue reported on code.google.com by eric.pro...@gmail.com on 22 Oct 2012 at 5:52
Original issue reported on code.google.com by
eric.pro...@gmail.com
on 22 Oct 2012 at 5:52