Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ronreiter/interactive-tutorials
/ getRect
Function
getRect
static/js/codemirror/codemirror.js:5025–5027 ·
view source on GitHub ↗
(node)
Source
from the content-addressed store, hash-verified
5023
}
5024
5025
function
getRect(node) {
5026
return
node.getBoundingClientRect();
5027
}
5028
CodeMirror.replaceGetRect =
function
(f) { getRect = f; };
5029
5030
// FEATURE DETECTION
Callers
10
compensateForHScroll
Function · 0.85
updateDisplayInner
Function · 0.85
updateSelection
Function · 0.85
measureLineInner
Function · 0.85
intoCoordSystem
Function · 0.85
posFromMouse
Function · 0.85
onMouseDown
Function · 0.85
clickInGutter
Function · 0.85
scrollCursorIntoView
Function · 0.85
codemirror.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected