mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-05 08:45:46 +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
|
||||
searchCanceled: function ()
|
||||
{
|
||||
this.clear();
|
||||
// TODO: code to reposition the document to the place before search started
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user