in src/components/ForceGraph.js [185:188]
onPan(...args) { const { zoomOptions: { onPan: _onPan = () => {} } } = this.props; _onPan(...args); }