Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/breck7/scroll
/ mouseup
Function
mouseup
external/.scrollLibs.js:13096–13099 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13094
if
(captureRightClick) {
13095
e_stop(e)
13096
var
mouseup =
function
() {
13097
off(window,
"mouseup"
, mouseup)
13098
setTimeout(rehide, 20)
13099
}
13100
on(window,
"mouseup"
, mouseup)
13101
}
else
{
13102
setTimeout(rehide, 50)
Callers
nothing calls this directly
Calls
1
off
Function · 0.85
Tested by
no test coverage detected