Skip to content

Commit 1b9b31d

Browse files
authored
Merge pull request #1377 from mathjax/fix/mml-preload
Add missing preLoaded() call for input/mml when a11y is used.
2 parents d6c368b + c13e406 commit 1b9b31d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/mjs/a11y/util.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ Loader.preLoaded(
99
'a11y/sre',
1010
'a11y/semantic-enrich',
1111
'a11y/speech',
12-
'a11y/explorer'
12+
'a11y/explorer',
13+
'input/mml',
1314
);

0 commit comments

Comments
 (0)