We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f97173 commit 2c8f278Copy full SHA for 2c8f278
1 file changed
ts/ui/menu/Menu.ts
@@ -860,6 +860,7 @@ export class Menu {
860
const document = this.document;
861
this.document = startup.document = startup.getDocument();
862
this.document.menu = this;
863
+ this.document.outputJax.reset();
864
this.transferMathList(document);
865
this.document.processed = document.processed;
866
if (!Menu._loadingPromise) {
0 commit comments