mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
set originEntity to render note
This commit is contained in:
@@ -25,7 +25,7 @@ async function render() {
|
||||
|
||||
$noteDetailRenderContent.append(bundle.html);
|
||||
|
||||
await bundleService.executeBundle(bundle);
|
||||
await bundleService.executeBundle(bundle, noteDetailService.getCurrentNote());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user