mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-01-25 00:34:19 +03:00
Revert docs search to use onkeyup or last keystroke is ignored
This commit is contained in:
parent
de74711e82
commit
ffc0a8808b
|
@ -1,7 +1,7 @@
|
|||
root = document.getElementById("main_div");
|
||||
root.innerHTML = `
|
||||
<!-- You can append '?q=query' to the URL to default to a search -->
|
||||
<input id="searchBox" type="text" onkeydown="updateSearch(event)"
|
||||
<input id="searchBox" type="text" onkeyup="updateSearch(event)"
|
||||
placeholder="Search for requests and types…" />
|
||||
|
||||
<div id="searchDiv">
|
||||
|
|
Loading…
Reference in New Issue
Block a user