new frontend API - getCurrentNoteContent and onNoteChange

This commit is contained in:
azivner
2018-09-03 16:05:28 +02:00
parent a3feaa13b3
commit c7a609e349
42 changed files with 817 additions and 106 deletions

View File

@@ -34,5 +34,6 @@ $renderButton.click(render);
export default {
show: render,
getContent: () => "",
focus: () => null
focus: () => null,
onNoteChange: () => null
}