mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-24 10:05:47 +01:00
Don't clear the search highlighting when a search is cancelled.
This commit is contained in:
@@ -436,7 +436,6 @@ function Search() //{{{
|
|||||||
// escape while typing a search
|
// escape while typing a search
|
||||||
searchCanceled: function ()
|
searchCanceled: function ()
|
||||||
{
|
{
|
||||||
this.clear();
|
|
||||||
// TODO: code to reposition the document to the place before search started
|
// TODO: code to reposition the document to the place before search started
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user