Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ rm
Function
rm
static/editor.md/lib/codemirror/addon/lint/lint.js:31–33 ·
view source on GitHub ↗
(elt)
Source
from the content-addressed store, hash-verified
29
return
tt;
30
}
31
function
rm(elt) {
32
if
(elt.parentNode) elt.parentNode.removeChild(elt);
33
}
34
function
hideTooltip(tt) {
35
if
(!tt.parentNode)
return
;
36
if
(tt.style.opacity == null) rm(tt);
Callers
1
hideTooltip
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected