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…
Reference in a new issue