JoseTomasTocino / QuickBookmarkToFolder

Google Chrome extension to easily find folders for your bookmarks
34 stars 7 forks source link

Add debouncing to avoid performance wreckage #15

Closed JoseTomasTocino closed 6 years ago

JoseTomasTocino commented 6 years ago

Use a debounce mechanism like this to avoid firing the search too many times. That will probably fix the duplicated results problem too, I think.

JoseTomasTocino commented 6 years ago

Fixed by 6e252bf.