Fix for cursor being reset to beginning while editing notes

This commit is contained in:
Dan Stillman 2010-08-30 20:54:25 +00:00
parent 43a6d5190b
commit 2d47daf684

View file

@ -251,6 +251,11 @@
return ;
}
if (this.value == val) {
Zotero.debug("Textbox value hasn't changed");
return;
}
var html = val;
if(this._format == "RTF") {
var bodyStyle = "";