mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 22:05:44 +01:00
renamed currentNote to activeNote to be consistent with frontend API
This commit is contained in:
@@ -26,7 +26,7 @@ async function render() {
|
||||
|
||||
$noteDetailRenderContent.append(bundle.html);
|
||||
|
||||
await bundleService.executeBundle(bundle, noteDetailService.getCurrentNote());
|
||||
await bundleService.executeBundle(bundle, noteDetailService.getActiveNote());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user