Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
updateKeyState
Method · 0.95
exit
Function · 0.80
createGeneralHintTests
Function · 0.80
dom_tests.js
File · 0.80
Calls
2
removeHintMarkers
Method · 0.95
exit
Method · 0.45
Tested by
no test coverage detected