diff --git a/content/find.js b/content/find.js index 1606f9b2..297f1546 100644 --- a/content/find.js +++ b/content/find.js @@ -212,7 +212,10 @@ function Search() //{{{ { liberator.dump(this.wrapped); if (this.wrapped) + { + this.cancel(); return null; + } this.wrapped = true; lastRange = this.backward ? pageEnd : pageStart; return this.search(again ? null : word, reverse);