🛐 focus.ts

This commit is contained in:
nirholas
2026-03-31 10:23:39 +00:00
parent 74a2353283
commit a509379896

View File

@@ -179,3 +179,4 @@ export function getRootNode(node: DOMElement): DOMElement {
export function getFocusManager(node: DOMElement): FocusManager {
return getRootNode(node).focusManager!
}