set originEntity to render note

This commit is contained in:
azivner
2018-08-28 23:08:56 +02:00
parent de4ace5ada
commit b009bcb6a0
3 changed files with 521 additions and 39 deletions

View File

@@ -25,7 +25,7 @@ async function render() {
$noteDetailRenderContent.append(bundle.html);
await bundleService.executeBundle(bundle);
await bundleService.executeBundle(bundle, noteDetailService.getCurrentNote());
}
}