Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

whitelist specific keys to prevent re-rendering search results #56

Merged
merged 13 commits into from
Jan 27, 2016
Prev Previous commit
Next Next commit
reduced the timeout from 250ms to 100ms
  • Loading branch information
egladman committed Jan 9, 2016
commit b230038b6e8853e38663a64ae14180418df156d0
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
}
}

}, 250)) // timeout
}, 100)) // timeout
}

function render(results){
Expand Down