this.wrapperRef = ref}
208 | >
209 |
210 | {this.state.output
211 | .map(line => sanitizeOutputLine(line))
212 | .map((line, key) =>
213 |
219 | )}
220 |
221 |
248 | {this.isReverseSearchOn() &&
}
256 |
257 | )
258 | }
259 |
260 | /**
261 | * Reverse search input handler
262 | * @param event
263 | */
264 | private onReverseStringInputChange = (event: any) => {
265 | this.setState({
266 | reverseSearchString: event.target.value,
267 | }, () => {
268 | const history: Array