We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85031c5 + fd94f64 commit 0f985dcCopy full SHA for 0f985dc
src/index.js
@@ -157,6 +157,7 @@ export class Map extends React.Component {
157
fullscreenControl: this.props.fullscreenControl,
158
scrollwheel: this.props.scrollwheel,
159
draggable: this.props.draggable,
160
+ draggableCursor: this.props.draggableCursor,
161
keyboardShortcuts: this.props.keyboardShortcuts,
162
disableDoubleClickZoom: this.props.disableDoubleClickZoom,
163
noClear: this.props.noClear,
@@ -286,6 +287,7 @@ Map.propTypes = {
286
287
fullscreenControl: PropTypes.bool,
288
scrollwheel: PropTypes.bool,
289
draggable: PropTypes.bool,
290
+ draggableCursor: PropTypes.string,
291
keyboardShortcuts: PropTypes.bool,
292
disableDoubleClickZoom: PropTypes.bool,
293
noClear: PropTypes.bool,
0 commit comments