We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 104dd68 commit de4d24fCopy full SHA for de4d24f
addon/globalPlugins/MathCAT/MathCAT.py
@@ -297,7 +297,7 @@ def script_navigate(self, gesture: KeyboardInputGesture):
297
log.error(e)
298
# Translators: this message directs users to look in the log file
299
speech.speakMessage(_("Error in navigating math: see NVDA error log for details"))
300
-
+
301
try:
302
# update the braille to reflect the nav position (might be excess code, but it works)
303
nav_node = libmathcat.GetNavigationMathMLId()
0 commit comments