fix(script/jsx): module not defined

This commit is contained in:
Elian Doran
2025-12-20 19:28:26 +02:00
parent d036bf0870
commit eee7c49f6e

View File

@@ -736,7 +736,7 @@ function FrontendScriptApi(this: Api, startNote: FNote, currentNote: FNote, orig
this.logSpacedUpdates[noteId].scheduleUpdate();
};
this.defineWidget = (definition) => {
module.exports = definition;
return definition;
};
}