| 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 9eb004733419fe7e04c438bdf3ec588942b4e844..cdcd119334f78497c545c1c4ce18b5410510570a 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| @@ -397,6 +397,10 @@ Background.prototype = {
|
| * @override
|
| */
|
| setCurrentRange: function(newRange) {
|
| + // Clear anything that was frozen on the braille display whenever
|
| + // the user navigates.
|
| + cvox.ChromeVox.braille.thaw();
|
| +
|
| if (newRange && !newRange.isValid())
|
| return;
|
|
|
|
|