MCPcopy Create free account
hub / github.com/TruthHun/BookStack / hide

Function hide

static/editor.md/lib/codemirror/addon/lint/lint.js:43–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 function showTooltipFor(e, content, node) {
42 var tooltip = showTooltip(e, content);
43 function hide() {
44 CodeMirror.off(node, "mouseout", hide);
45 if (tooltip) { hideTooltip(tooltip); tooltip = null; }
46 }
47 var poll = setInterval(function() {
48 if (tooltip) for (var n = node;; n = n.parentNode) {
49 if (n && n.nodeType == 11) n = n.host;

Callers 1

showTooltipForFunction · 0.70

Calls 1

hideTooltipFunction · 0.85

Tested by

no test coverage detected