()
| 335 | } |
| 336 | |
| 337 | const dispatchEventWithTimeout = () => { |
| 338 | if (time > 50) { |
| 339 | time -= 10; |
| 340 | } |
| 341 | click($el); |
| 342 | timeout = setTimeout(dispatchEventWithTimeout, time); |
| 343 | }; |
| 344 | |
| 345 | if (activeFile.focused) { |
| 346 | editor.focus(); |
no test coverage detected