MCPcopy Index your code
hub / github.com/philc/vimium / checkReturnToViewPort

Method checkReturnToViewPort

content_scripts/mode_find.js:386–390  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

findInPlaceMethod · 0.95
hideFindModeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected