Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csev/py4e
/ mouseup
Function
mouseup
tools/pythonauto/static/codemirrorepl/codemirror.js:3161–3164 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3159
if
(captureRightClick) {
3160
e_stop(e);
3161
var
mouseup =
function
() {
3162
off(window,
"mouseup"
, mouseup);
3163
setTimeout(rehide, 20);
3164
};
3165
on(window,
"mouseup"
, mouseup);
3166
}
else
{
3167
setTimeout(rehide, 50);
Callers
1
onContextMenu
Function · 0.70
Calls
1
off
Function · 0.50
Tested by
no test coverage detected