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.
1 parent 538be8d commit 1c7d74aCopy full SHA for 1c7d74a
packages/controls/src/widget_description.ts
@@ -67,7 +67,7 @@ export class DescriptionView extends DOMWidgetView {
67
68
typeset(element: HTMLElement, text?: string): void {
69
this.displayed.then(() => {
70
- if ((window as any).MathJax) {
+ if ((window as any).MathJax?.Hub?.Queue) {
71
return typeset(element, text);
72
}
73
const widget_manager: any = this.model.widget_manager;
0 commit comments