Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js |
diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js |
index 34e73ebaae3e70127f591aa7cc7935010f9b6369..ea477f78b2afc42b7afc0faf16151ef59bff6b48 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js |
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js |
@@ -486,6 +486,7 @@ Background.prototype = { |
new Output().withSpeechAndBraille( |
this.currentRange_, prevRange, Output.EventType.NAVIGATE) |
+ .withQueueMode(cvox.QueueMode.FLUSH) |
David Tseng
2015/12/10 21:20:55
Flushing's done here; when there's no current rang
|
.go(); |
} |