mirror of
https://github.com/google-map-react/google-map-react.git
synced 2025-12-08 18:26:32 +00:00
Fix, I see no reason now to prevent mouseDown event propagation (#248)
This commit is contained in:
parent
5eef490c44
commit
b8bf3ad03f
@ -786,10 +786,6 @@ export default class GoogleMap extends Component {
|
||||
if (!this.mouseInMap_) return;
|
||||
|
||||
this._onMapMouseDown(event);
|
||||
if (this.props.draggable === false) {
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
}
|
||||
}
|
||||
|
||||
_onMapMouseDown = (event) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user