mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 18:50:41 +01:00
put tabContext into frontend script API
This commit is contained in:
@@ -215,7 +215,7 @@ async function loadNoteDetailToContext(ctx, note, notePath) {
|
||||
|
||||
ctx.$scriptArea.empty();
|
||||
|
||||
await bundleService.executeRelationBundles(ctx.note, 'runOnNoteView');
|
||||
await bundleService.executeRelationBundles(ctx.note, 'runOnNoteView', ctx);
|
||||
|
||||
if (utils.isDesktop()) {
|
||||
await ctx.attributes.showAttributes();
|
||||
|
||||
Reference in New Issue
Block a user