1
0
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:
Doug Kearns
2009-01-07 22:29:05 +11:00
parent 465405bc84
commit ad6557db6d

View File

@@ -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
},