Skip to content

Commit 538be8d

Browse files
committed
use private _rendermime for notebook 7
1 parent bbc6111 commit 538be8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/controls/src/widget_description.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export class DescriptionView extends DOMWidgetView {
7171
return typeset(element, text);
7272
}
7373
const widget_manager: any = this.model.widget_manager;
74-
const latexTypesetter = widget_manager.rendermime?.latexTypesetter;
74+
const latexTypesetter = widget_manager._rendermime?.latexTypesetter;
7575
if (latexTypesetter) {
7676
if (text !== void 0) {
7777
element.textContent = text;

0 commit comments

Comments
 (0)