minor demo db updates after change to paragraph layout

This commit is contained in:
azivner
2018-09-03 20:14:45 +02:00
parent 763f885cc7
commit f2712e92bb
3 changed files with 29 additions and 29 deletions

View File

@@ -201,7 +201,7 @@ function FrontendScriptApi(startNote, currentNote, originEntity = null) {
/**
* @method
* @param {function} func - callback called on note change
* @param {function} func - callback called on note change as user is typing (not necessarily tied to save event)
*/
this.onNoteChange = noteDetailService.onNoteChange;
}