* First time updates the hint instantly, then debounce * @param {Array } hints
(hints)
| 286 | * @param {Array<HintObj>} hints |
| 287 | */ |
| 288 | function updateUl(hints) { |
| 289 | updateUlNow(hints); |
| 290 | updateUl = updateUlDebounce; |
| 291 | } |
| 292 | |
| 293 | /** |
| 294 | * Update the hint list after a delay |