MCPcopy
hub / github.com/nadbm/react-datasheet / handleMouseOver

Function handleMouseOver

src/DataCell.js:109–114  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

107 }
108
109 handleMouseOver (e) {
110 const { row, col, onMouseOver, cell } = this.props
111 if (!cell.disableEvents) {
112 onMouseOver(row, col)
113 }
114 }
115
116 handleDoubleClick (e) {
117 const { row, col, onDoubleClick, cell } = this.props

Callers

nothing calls this directly

Calls 1

onMouseOverFunction · 0.85

Tested by

no test coverage detected