Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ronreiter/interactive-tutorials
/ mouseup
Function
mouseup
static/js/codemirror/codemirror.js:2026–2029 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2024
if
(captureMiddleClick) {
2025
e_stop(e);
2026
var
mouseup =
function
() {
2027
off(window,
"mouseup"
, mouseup);
2028
setTimeout(rehide, 20);
2029
};
2030
on(window,
"mouseup"
, mouseup);
2031
}
else
{
2032
setTimeout(rehide, 50);
Callers
nothing calls this directly
Calls
1
off
Function · 0.85
Tested by
no test coverage detected