Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
File size: 64 Bytes
7f214aa |
1 2 3 4 |
export function autofocus(node: HTMLElement) {
node.focus();
}
|