Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheOrcDev/github-creature
/ onTouchEnd
Method
onTouchEnd
components/liquid-ether.tsx:308–310 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
306
this.setCoords(t.clientX, t.clientY);
307
}
308
onTouchEnd() {
309
this.isHoverInside = false;
310
}
311
onDocumentLeave() {
312
this.isHoverInside = false;
313
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected