Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/philc/vimium
/ hideMarker
Method
hideMarker
content_scripts/link_hints.js:780–784 ·
view source on GitHub ↗
(marker)
Source
from the content-addressed store, hash-verified
778
}
779
780
hideMarker(marker) {
781
if
(marker.isLocalMarker()) {
782
marker.element.style.display =
"none"
;
783
}
784
}
785
786
deactivateMode() {
787
this.removeHintMarkers();
Callers
1
updateKeyState
Method · 0.95
Calls
1
isLocalMarker
Method · 0.80
Tested by
no test coverage detected