Bug 1174289 - Remove fake focus-ring after e10s findbar is closed. r=evilpie

This commit is contained in:
Simon Lindholm 2015-06-12 13:09:00 -04:00
parent bf15f241b7
commit 8538d005f3

View File

@ -235,6 +235,10 @@ RemoteFinderListener.prototype = {
this._finder.highlight(data.highlight, data.word);
break;
case "Finder:EnableSelection":
this._finder.enableSelection();
break;
case "Finder:RemoveSelection":
this._finder.removeSelection();
break;