Skip to content

Commit 4e7c308

Browse files
Add lacking onMoveShouldSetResponderCapture hook
Signed-off-by: Akira Hayakawa <[email protected]>
1 parent 231a3ad commit 4e7c308

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/scala/sri/universal/components/View.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ trait ViewProps extends js.Object {
5454
val onStartShouldSetResponder: js.UndefOr[js.Function] = js.undefined
5555
val onMoveShouldSetResponder: js.UndefOr[js.Function] = js.undefined
5656
val onStartShouldSetResponderCapture: js.UndefOr[js.Function] = js.undefined
57+
val onMoveShouldSetResponderCapture: js.UndefOr[js.Function] = js.undefined
5758
val onResponderGrant: js.UndefOr[js.Function] = js.undefined
5859
val onResponderReject: js.UndefOr[js.Function] = js.undefined
5960
val onResponderMove: js.UndefOr[js.Function] = js.undefined

0 commit comments

Comments
 (0)