Fix display of note titles on startup (regression from noteSchemaVersion)
This commit is contained in:
parent
4142f4b316
commit
63a416db40
1 changed files with 1 additions and 1 deletions
|
@ -760,7 +760,7 @@ Zotero.Item.prototype.setField = function(field, value, loadIn) {
|
|||
}
|
||||
|
||||
if (loadIn && this.isNote() && field == Zotero.ItemFields.getID('title')) {
|
||||
this._noteTitle = value ? value : "";
|
||||
this._note.title = value ? value : "";
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue