mirror of
https://github.com/google-map-react/google-map-react.git
synced 2025-12-08 18:26:32 +00:00
parent
0296eb678a
commit
bc83e67490
@ -628,8 +628,8 @@ export default class GoogleMap extends Component {
|
||||
}
|
||||
|
||||
_onChildMouseDown = (hoverKey, childProps) => {
|
||||
this.childMouseDownArgs_ = [hoverKey, childProps];
|
||||
if (this.props.onChildMouseDown) {
|
||||
this.childMouseDownArgs_ = [hoverKey, childProps];
|
||||
this.props.onChildMouseDown(hoverKey, childProps, { ...this.mouse_ });
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user