add getCurrentNote() frontend API, #444

This commit is contained in:
zadam
2019-03-12 21:39:35 +01:00
parent 37d2a7939c
commit 6d09931a39
2 changed files with 6 additions and 2 deletions

View File

@@ -9,8 +9,6 @@ async function getAndExecuteBundle(noteId, originEntity = null) {
}
async function executeBundle(bundle, originEntity) {
console.log(bundle);
const apiContext = await ScriptContext(bundle.noteId, bundle.allNoteIds, originEntity);
try {