Skip to content

Commit 583aca9

Browse files
committed
Exposing is_focusable atom for use in drivers
1 parent edbc914 commit 583aca9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

javascript/atoms/fragments/build.desc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,12 @@ js_fragment(
9494
module = "bot.dom",
9595
deps = [ "//javascript/atoms:all_js" ])
9696

97+
js_fragment(
98+
name = "is_focusable",
99+
function = "bot.dom.isFocusable",
100+
module = "bot.dom",
101+
deps = [ "//javascript/atoms:all_js" ])
102+
97103
js_fragment(
98104
name = "is_interactable",
99105
function = "bot.dom.isInteractable",

0 commit comments

Comments
 (0)