MCPcopy Index your code
hub / github.com/nadbm/react-datasheet / handleMouseDown

Function handleMouseDown

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

Source from the content-addressed store, hash-verified

100 }
101
102 handleMouseDown (e) {
103 const { row, col, onMouseDown, cell } = this.props
104 if (!cell.disableEvents) {
105 onMouseDown(row, col, e)
106 }
107 }
108
109 handleMouseOver (e) {
110 const { row, col, onMouseOver, cell } = this.props

Callers

nothing calls this directly

Calls 1

onMouseDownFunction · 0.85

Tested by

no test coverage detected