MCPcopy
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.jsFile · 0.85
handleMouseOverFunction · 0.85

Calls 1

isEmptyFunction · 0.70

Tested by

no test coverage detected