MCPcopy
hub / github.com/Semantic-Org/Semantic-UI / callback

Function callback

src/definitions/modules/search.js:172–176  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

170 var
171 pageLostFocus = (document.activeElement === this),
172 callback = function() {
173 module.cancel.query();
174 module.remove.focus();
175 module.timer = setTimeout(module.hideResults, settings.hideDelay);
176 }
177 ;
178 if(pageLostFocus) {
179 return;

Callers 15

sidebar.jsFile · 0.70
dimmer.jsFile · 0.70
dropdown.jsFile · 0.70
shape.jsFile · 0.70
modal.jsFile · 0.70
search.jsFile · 0.70
eachFunction · 0.50
someFunction · 0.50
handleLoadFunction · 0.50
install.jsFile · 0.50
parserFunction · 0.50
build.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…