brandon1024 / find

A find-in-page extension for Chrome and Firefox that supports regular expressions.
https://chrome.google.com/webstore/detail/find%2B-regex-find-in-page/fddffkdncgkkdjobemgbpojjeffmmofb
GNU General Public License v3.0
416 stars 54 forks source link

Fix Saved Expression Feature #298

Closed brandon1024 closed 4 years ago

brandon1024 commented 4 years ago

Fixes #297

Changes Proposed in this Pull Request:

The saved expressions feature was failing to save new entries because the data is not updated correctly. If the saved expressions did not exist in local storage, nothing would be saved.

Also addressed a minor issue that caused an undefined callback to be executed, which would throw an error.