Skip to content

Commit ea784fa

Browse files
committed
Revert JSXGraph back to version 1.10.1.
Something has changed in version 1.11.1 that is messing up the tab order when using the tab key to change focus between points in the graph and such. I will need to update the keyboard handling code in the graphtool to fix this. So for now this reverts back to version 1.10.1 for which the current graphtool code still works. I will try to get this fixed an update back to 1.11.1 before the next release.
1 parent 15c2531 commit ea784fa

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

htdocs/package-lock.json

Lines changed: 7 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

htdocs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@openwebwork/mathquill": "^0.11.1",
17-
"jsxgraph": "^1.11.1",
17+
"jsxgraph": "^1.10.1",
1818
"jszip": "^3.10.1",
1919
"jszip-utils": "^0.1.0",
2020
"plotly.js-dist-min": "^3.1.0",

0 commit comments

Comments
 (0)