mirror of
https://github.com/zotero/zotero.git
synced 2026-09-17 23:51:18 +00:00
Don't break new note creation
This commit is contained in:
parent
bbedd3bd93
commit
ea72af8be8
1 changed files with 3 additions and 1 deletions
|
|
@ -57,7 +57,9 @@ function onUnload()
|
|||
|
||||
var NotifyCallback = {
|
||||
notify: function(){
|
||||
noteEditor.note = noteEditor.note;
|
||||
if (noteEditor.note){
|
||||
noteEditor.note = noteEditor.note;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue