MCPcopy Create free account
hub / github.com/KDAB/codebrowser / onMouseLeave

Function onMouseLeave

data/codebrowser.js:422–422  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

420/*-------------------------------------------------------------------------------------*/
421 var skipHighlightTimerId = null;
422 var onMouseLeave = function(e) { tooltip.hideAfterDelay(e); }
423 var onMouseClick = function(e) {
424 if (e.ctrlKey || e.altKey || e.button != 0) return true; // don't break ctrl+click, open in a new tab
425 if (!this.href) return true; // not clicking on a link

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected