| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/desktop_automation_handler.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/desktop_automation_handler.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/desktop_automation_handler.js
|
| index 1f08ae0a20f5456d4551264ee115d2d494817b09..87aea0970518a29e0788ea851c7afbbffb9b50fd 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/desktop_automation_handler.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/desktop_automation_handler.js
|
| @@ -314,6 +314,8 @@ DesktopAutomationHandler.prototype = {
|
| ChromeVoxState.instance.setCurrentRange(cursors.Range.fromNode(focus));
|
| if (!this.shouldOutput_(evt))
|
| return;
|
| +
|
| + Output.forceModeForNextSpeechUtterance(cvox.QueueMode.FLUSH);
|
| o.withRichSpeechAndBraille(
|
| ChromeVoxState.instance.currentRange, null, evt.type).go();
|
| }.bind(this));
|
|
|