Skip to content

Commit a0ea0f1

Browse files
grifotvosdnk
authored andcommitted
Add missing info on shouldCancelWhenOutside docs. (software-mansion#630)
1 parent c033d98 commit a0ea0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/handler-common.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Default value is `true`.
3131
Takes a boolean value.
3232
When `true` the handler will [cancel](state.md#cancelled) or [fail](state.md#failed) recognition (depending on its current state) whenever the finger leaves the area of the connected view.
3333
Default value of this property is different depending on the handler type.
34-
Most of the handlers defaults to `true` but in case of the [`LongPressGestureHandler`](handler-longpress.md) and [`TapGestureHandler`](handler-tap.md)
34+
Most of the handlers defaults to `false` but in case of the [`LongPressGestureHandler`](handler-longpress.md) and [`TapGestureHandler`](handler-tap.md) it defaults to `true`.
3535

3636
---
3737
### `simultaneousHandlers`

0 commit comments

Comments
 (0)