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

Function handleDoubleClick

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

Source from the content-addressed store, hash-verified

114 }
115
116 handleDoubleClick (e) {
117 const { row, col, onDoubleClick, cell } = this.props
118 if (!cell.disableEvents) {
119 onDoubleClick(row, col)
120 }
121 }
122
123 handleContextMenu (e) {
124 const { row, col, onContextMenu, cell } = this.props

Callers

nothing calls this directly

Calls 1

onDoubleClickFunction · 0.85

Tested by

no test coverage detected