(timeoutVal: number)
| 317 | } |
| 318 | |
| 319 | function globalRefocusWithTimeout(timeoutVal: number) { |
| 320 | setTimeout(() => { |
| 321 | globalRefocus(); |
| 322 | }, timeoutVal); |
| 323 | } |
| 324 | |
| 325 | function globalRefocus() { |
| 326 | if (isBuilderWindow()) { |
no test coverage detected