Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ef4/memory-scroll
/ scrollingElement
Method
scrollingElement
src/modifiers/memory-scroll.ts:23–25 ·
view source on GitHub ↗
(ownElement: Element)
Source
from the content-addressed store, hash-verified
21
22
// the element where we will read `scrollTop`
23
protected scrollingElement(ownElement: Element): Element {
24
return
ownElement;
25
}
26
27
// the element where we will listen for scroll events
28
protected eventElement(
Callers
1
modify
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected