Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/shipshapecode/tether
/ getOffsetParent
Function
getOffsetParent
src/js/utils/parents.js:46–48 ·
view source on GitHub ↗
(el)
Source
from the content-addressed store, hash-verified
44
}
45
46
export
function
getOffsetParent(el) {
47
return
el.offsetParent || document.documentElement;
48
}
Callers
3
parents.spec.js
File · 0.90
position
Method · 0.90
move
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…