nvda
07f0b272 - reduce braille.BrailleHandler.update redundant executions (#16550)

Commit
1 year ago
reduce braille.BrailleHandler.update redundant executions (#16550) closes #16456 Summary of the issue: There are often two BrailleHandler.update executions which produce duplicate log entries when log level is debug. As an example, when navigating with up/down arrows in notepad debug level log shows this. There should not be good reason for two executions. Description of user facing changes Less duplicate "Braille window dots" log lines on debug level. This should facilitate debugging a little. Description of development approach removed updateDisplay call from BrailleBuffer.scrollTo
Author
Parents
Loading