()
| 384 | } |
| 385 | |
| 386 | checkReturnToViewPort() { |
| 387 | if (this.options.returnToViewport) { |
| 388 | globalThis.scrollTo(this.scrollX, this.scrollY); |
| 389 | } |
| 390 | } |
| 391 | } |
| 392 | |
| 393 | FindMode.restoreDefaultSelectionHighlight = forTrusted(() => |
no outgoing calls
no test coverage detected