This commit is contained in:
Johanna Stuber 2021-02-11 09:44:31 +01:00
commit 4697b38694

View File

@ -145,6 +145,6 @@ mjx-container {\
}
};
// disable MathJax context menu
// window.addEventListener("contextmenu", function (event) {
// event.stopPropagation();
// }, true);
window.addEventListener("contextmenu", function (event) {
event.stopPropagation();
}, true);