File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ const App = () => {
23
23
24
24
return (
25
25
<div style = { { paddingTop: insets ?.top }} >
26
- <button onClick = { handleClick } >Touch to me and feel</button >
26
+ <button onClick = { handleClick } >Touch me and feel</button >
27
27
</div >
28
28
);
29
29
};
@@ -103,12 +103,6 @@ const App = () => {
103
103
</td >
104
104
</tr >
105
105
106
- <tr >
107
- <td > <code >runTapticImpactOccurred</code > </td >
108
- <td > <code >void</code > </td >
109
- <td > Function dispatches <code >VKWebAppTapticImpactOccurred</code > event if it is support. </td >
110
- </tr >
111
-
112
106
</table >
113
107
114
108
## Helpers
@@ -123,8 +117,8 @@ const App = () => {
123
117
124
118
<tr >
125
119
<td > <code >runTapticImpactOccurred</code > </td >
126
- <td > <code >void </code > </td >
127
- <td > Function dispatches <code >VKWebAppTapticImpactOccurred</code > event if it is support. </td >
120
+ <td > <code >boolean </code > </td >
121
+ <td > Function dispatches <code >VKWebAppTapticImpactOccurred</code > event if it is support (will return < code >true</ code >) . </td >
128
122
</tr >
129
123
130
124
</table >
You can’t perform that action at this time.
0 commit comments