From 9a12342c27e352b076d7287ba1802773576fd550 Mon Sep 17 00:00:00 2001 From: ucrhh Date: Thu, 11 Feb 2021 09:30:53 +0100 Subject: [PATCH] disable context menu again --- frontend/src/mathjax-setup.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/mathjax-setup.js b/frontend/src/mathjax-setup.js index dddfbc0..fe76e3c 100644 --- a/frontend/src/mathjax-setup.js +++ b/frontend/src/mathjax-setup.js @@ -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);