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

Function showFindMode

content_scripts/hud.js:89–95  ·  view source on GitHub ↗
(findMode = null)

Source from the content-addressed store, hash-verified

87 },
88
89 async showFindMode(findMode = null) {
90 this.findMode = findMode;
91 await DomUtils.documentComplete();
92 await this.init();
93 this.hudUI.show({ name: "showFindMode" });
94 this.tween.fade(1.0, 150);
95 },
96
97 search(data) {
98 // NOTE(mrmr1993): On Firefox, window.find moves the window focus away from the HUD. We use

Callers

nothing calls this directly

Calls 3

fadeMethod · 0.80
initMethod · 0.45
showMethod · 0.45

Tested by

no test coverage detected