MCPcopy Create free account
hub / github.com/Semantic-Org/Semantic-UI-CSS / callback

Function callback

semantic.js:13740–13744  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13738 var
13739 pageLostFocus = (document.activeElement === this),
13740 callback = function() {
13741 module.cancel.query();
13742 module.remove.focus();
13743 module.timer = setTimeout(module.hideResults, settings.hideDelay);
13744 }
13745 ;
13746 if(pageLostFocus) {
13747 return;

Callers 2

semantic.jsFile · 0.70
handleLoadFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…