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 9397e78 commit 0d04d6fCopy full SHA for 0d04d6f
ts/ui/menu/Menu.ts
@@ -143,7 +143,7 @@ export class Menu {
143
autocollapse: false,
144
collapsible: false,
145
inTabOrder: true,
146
- assistiveMml: true,
+ assistiveMml: false,
147
explorer: false
148
},
149
jax: {
@@ -700,6 +700,7 @@ export class Menu {
700
protected applySettings() {
701
this.setTabOrder(this.settings.inTabOrder);
702
this.document.options.enableAssistiveMml = this.settings.assistiveMml;
703
+ this.document.options.enableExplorer = this.settings.explorer;
704
this.document.outputJax.options.scale = parseFloat(this.settings.scale);
705
if (this.settings.renderer !== this.defaultSettings.renderer) {
706
this.setRenderer(this.settings.renderer);
0 commit comments