Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Fiddle-Digital/string-scroll
/ stopTracking
Method
stopTracking
src/Utils/StringTracker.ts:60–63 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
58
}
59
60
public stopTracking() {
61
clearInterval(this.intervalId);
62
document.body.removeChild(this.displayElement);
63
}
64
65
public resize(){
66
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected