mirror of
				https://github.com/LonamiWebs/Telethon.git
				synced 2025-11-04 01:47:27 +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 = document.getElementById("main_div");
 | 
				
			||||||
root.innerHTML = `
 | 
					root.innerHTML = `
 | 
				
			||||||
<!-- You can append '?q=query' to the URL to default to a search -->
 | 
					<!-- 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…" />
 | 
					       placeholder="Search for requests and types…" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<div id="searchDiv">
 | 
					<div id="searchDiv">
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user