Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
huggingface
/
inference-playground
like
150
Running
App
Files
Files
Community
5
Fetching metadata from the HF Docker repository...
9b4caaa
inference-playground
/
src
/
lib
/
actions
/
autofocus.ts
Thomas G. Lopes
fix autofocus
7f214aa
about 1 month ago
raw
Copy download link
history
blame
64 Bytes
export
function
autofocus
(
node: HTMLElement
) {
node.
focus
();
}