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.
1 parent e9ed46d commit fd94f64Copy full SHA for fd94f64
src/index.js
@@ -156,6 +156,7 @@ export class Map extends React.Component {
156
fullscreenControl: this.props.fullscreenControl,
157
scrollwheel: this.props.scrollwheel,
158
draggable: this.props.draggable,
159
+ draggableCursor: this.props.draggableCursor,
160
keyboardShortcuts: this.props.keyboardShortcuts,
161
disableDoubleClickZoom: this.props.disableDoubleClickZoom,
162
noClear: this.props.noClear,
@@ -285,6 +286,7 @@ Map.propTypes = {
285
286
fullscreenControl: PropTypes.bool,
287
scrollwheel: PropTypes.bool,
288
draggable: PropTypes.bool,
289
+ draggableCursor: PropTypes.string,
290
keyboardShortcuts: PropTypes.bool,
291
disableDoubleClickZoom: PropTypes.bool,
292
noClear: PropTypes.bool,
0 commit comments