Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nadbm/react-datasheet
/ onMouseOver
Function
onMouseOver
src/DataSheet.js:438–442 ·
view source on GitHub ↗
(i, j)
Source
from the content-addressed store, hash-verified
436
}
437
438
onMouseOver (i, j) {
439
if
(this.state.selecting && isEmpty(this.state.editing)) {
440
this._setState({end: {i, j}})
441
}
442
}
443
444
onMouseUp () {
445
this._setState({selecting: false})
Callers
2
DataCell.js
File · 0.85
handleMouseOver
Function · 0.85
Calls
1
isEmpty
Function · 0.70
Tested by
no test coverage detected