mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 13:56:11 +01:00
loading of custom widgets
This commit is contained in:
@@ -5,7 +5,7 @@ import infoService from "./info.js";
|
||||
async function getAndExecuteBundle(noteId, originEntity = null) {
|
||||
const bundle = await server.get('script/bundle/' + noteId);
|
||||
|
||||
await executeBundle(bundle, originEntity);
|
||||
return await executeBundle(bundle, originEntity);
|
||||
}
|
||||
|
||||
async function executeBundle(bundle, originEntity, tabContext) {
|
||||
|
||||
Reference in New Issue
Block a user