MCPcopy
hub / github.com/philc/vimium / exit

Function exit

content_scripts/link_hints.js:291–299  ·  view source on GitHub ↗
({ isSuccess })

Source from the content-addressed store, hash-verified

289 },
290
291 exit({ isSuccess }) {
292 if (this.linkHintsMode != null) {
293 this.linkHintsMode.deactivateMode();
294 }
295 while (this.onExit.length > 0) {
296 this.onExit.pop()(isSuccess);
297 }
298 this.linkHintsMode = this.localHints = null;
299 },
300
301 mouseOutOfLastClickedElement() {
302 if (this.lastClickedElementRef == null) return;

Callers

nothing calls this directly

Calls 1

deactivateModeMethod · 0.80

Tested by

no test coverage detected