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

Method exit

content_scripts/mode_normal.js:539–549  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

537 }
538
539 exit() {
540 super.exit();
541 DomUtils.removeElement(this.hintContainerEl);
542 if (document.activeElement && DomUtils.isEditable(document.activeElement)) {
543 return new InsertMode({
544 singleton: "post-find-mode/focus-input",
545 targetElement: document.activeElement,
546 indicator: false,
547 });
548 }
549 }
550}
551
552globalThis.NormalMode = NormalMode;

Callers 1

constructorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected