We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c57edc commit b6a9d84Copy full SHA for b6a9d84
NVDA-addon/addon/globalPlugins/MathCAT/MathCAT.py
@@ -296,14 +296,10 @@ def __init__(self):
296
speech.speakMessage(_("MathCAT initialization failed: see NVDA error log for details"))
297
298
299
- # store mathcontent for navigation and copy
300
- mathcontent = None
301
-
302
def getSpeechForMathMl(self, mathml):
303
self._setSpeechLanguage(mathml)
304
try:
305
libmathcat.SetMathML(mathml)
306
- mathcontent = mathml
307
except Exception as e:
308
log.error(e)
309
speech.speakMessage(_("Illegal MathML found: see NVDA error log for details"))
0 commit comments