Commit 301d951
authored
[web] Fix
## Description
#3041 introduced a regression - calling `updateGestureConfig` resulted
in `NativeViewGestureHandler` having `touchAction: none;` even though it
shouldn't. Because of that our example app didn't scroll.
## Test plan
Check that example app is scrolling.NativeViewGestureHandler style. (#3070)1 parent b5c3aea commit 301d951
1 file changed
+14
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 30 | + | |
34 | 31 | | |
35 | 32 | | |
36 | 33 | | |
| |||
43 | 40 | | |
44 | 41 | | |
45 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
46 | 56 | | |
47 | 57 | | |
48 | 58 | | |
| |||
0 commit comments