MCPcopy
hub / github.com/philc/vimium / deactivateMode

Method deactivateMode

content_scripts/link_hints.js:786–789  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

784 }
785
786 deactivateMode() {
787 this.removeHintMarkers();
788 if (this.hintMode != null) this.hintMode.exit();
789 }
790
791 removeHintMarkers() {
792 if (this.containerEl) {

Callers 4

updateKeyStateMethod · 0.95
exitFunction · 0.80
createGeneralHintTestsFunction · 0.80
dom_tests.jsFile · 0.80

Calls 2

removeHintMarkersMethod · 0.95
exitMethod · 0.45

Tested by

no test coverage detected