MCPcopy
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

updateKeyStateMethod · 0.95

Calls 1

isLocalMarkerMethod · 0.80

Tested by

no test coverage detected