()
| 107 | const bindUI = () => { |
| 108 | nav.prepend(search); |
| 109 | const showResults = () => |
| 110 | (input.value ? addClass : delClass)(results, 'show'); |
| 111 | input.addEventListener('focus', showResults); |
| 112 | input.addEventListener('input', () => { |
| 113 | showResults(); |
no outgoing calls
no test coverage detected
searching dependent graphs…