Fix for cursor being reset to beginning while editing notes
This commit is contained in:
parent
43a6d5190b
commit
2d47daf684
1 changed files with 5 additions and 0 deletions
|
@ -251,6 +251,11 @@
|
||||||
return ;
|
return ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (this.value == val) {
|
||||||
|
Zotero.debug("Textbox value hasn't changed");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
var html = val;
|
var html = val;
|
||||||
if(this._format == "RTF") {
|
if(this._format == "RTF") {
|
||||||
var bodyStyle = "";
|
var bodyStyle = "";
|
||||||
|
|
Loading…
Add table
Reference in a new issue