Skip to content

Commit aada44b

Browse files
committed
Add 'inert' attribute
1 parent 40c51a5 commit aada44b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtime/JsxDOM.res

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ type domProps = {
153153
draggable?: bool,
154154
hidden?: bool,
155155
id?: string,
156+
inert?: bool,
156157
lang?: string,
157158
popover?: popover,
158159
popoverTarget?: string,

0 commit comments

Comments
 (0)