We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
element
1 parent 153f23b commit 06da536Copy full SHA for 06da536
src/client/builtinRendererHooks.ts
@@ -65,7 +65,7 @@ export async function activate(ctx: RendererContext<void>) {
65
}],
66
};
67
// Required by JS code in Jupyter notebook renderers again, even scenepic (Microsoft Python widget) uses this.
68
- const ele = $(document.getElementById("${element.id}"));
+ const ele = document.getElementById("${element.id}");
69
(function (element){
70
gotToUserScript = true;
71
${script}
0 commit comments