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

Function pasteResponse

content_scripts/hud.js:193–198  ·  view source on GitHub ↗
({ data })

Source from the content-addressed store, hash-verified

191 },
192
193 pasteResponse({ data }) {
194 // Hide the HUD frame again.
195 this.hudUI.setIframeVisible(false);
196 this.unfocusIfFocused();
197 this.pasteListener(data);
198 },
199
200 unfocusIfFocused() {
201 // On Firefox, if an <iframe> disappears when it's focused, then it will keep "focused", which

Callers

nothing calls this directly

Calls 1

setIframeVisibleMethod · 0.80

Tested by

no test coverage detected