Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csev/py4e
/ mouseup
Function
mouseup
tools/pythonauto/static/codemirror/codemirror.js:2270–2273 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2268
if
(captureMiddleClick) {
2269
e_stop(e);
2270
var
mouseup =
function
() {
2271
off(window,
"mouseup"
, mouseup);
2272
setTimeout(rehide, 20);
2273
};
2274
on(window,
"mouseup"
, mouseup);
2275
}
else
{
2276
setTimeout(rehide, 50);
Callers
nothing calls this directly
Calls
1
off
Function · 0.70
Tested by
no test coverage detected