()
| 155 | }; |
| 156 | |
| 157 | const fireOnStart = () => { |
| 158 | if (blurOnStart) { |
| 159 | blurActiveElement(); |
| 160 | } |
| 161 | if (onStart) { |
| 162 | onStart(detail); |
| 163 | } |
| 164 | hasFiredStart = true; |
| 165 | }; |
| 166 | |
| 167 | const reset = () => { |
| 168 | hasCapturedPan = false; |
no test coverage detected