Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ mouseup
Method
mouseup
lib/web/CodeMirror/src/input/TextareaInput.js:356–359 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
354
if
(captureRightClick) {
355
e_stop(e)
356
let
mouseup = () => {
357
off(window,
"mouseup"
, mouseup)
358
setTimeout(rehide, 20)
359
}
360
on(window,
"mouseup"
, mouseup)
361
}
else
{
362
setTimeout(rehide, 50)
Callers
3
i
Function · 0.80
dragThang
Function · 0.80
makeDifferentialSlider
Function · 0.80
Calls
1
off
Function · 0.90
Tested by
no test coverage detected