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

@@ -28,5 +28,6 @@ function show() {
export default {
getContent,
show,
focus: () => null
focus: () => null,
onNoteChange: () => null
}