jaanauati / hyper-search

Search-text plugin for Hyper.js
173 stars 21 forks source link

fix infinite loop when line is empty #61

Closed yanir3 closed 5 years ago

yanir3 commented 5 years ago

This bug freezes the entire Hyper UI. When the searched line is empty, an infinite loop happens. TBH the whole search function needs a bit of refactoring, it has some duplicate code and could be split to more functions.

jaanauati commented 5 years ago

published with hyper-search@0.2.2.

@yanir3 thanks for your contribution!