Skip to content

Commit 0f985dc

Browse files
authored
Merge pull request #257 from mikefowler/master
Add draggableCursor prop
2 parents 85031c5 + fd94f64 commit 0f985dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ export class Map extends React.Component {
157157
fullscreenControl: this.props.fullscreenControl,
158158
scrollwheel: this.props.scrollwheel,
159159
draggable: this.props.draggable,
160+
draggableCursor: this.props.draggableCursor,
160161
keyboardShortcuts: this.props.keyboardShortcuts,
161162
disableDoubleClickZoom: this.props.disableDoubleClickZoom,
162163
noClear: this.props.noClear,
@@ -286,6 +287,7 @@ Map.propTypes = {
286287
fullscreenControl: PropTypes.bool,
287288
scrollwheel: PropTypes.bool,
288289
draggable: PropTypes.bool,
290+
draggableCursor: PropTypes.string,
289291
keyboardShortcuts: PropTypes.bool,
290292
disableDoubleClickZoom: PropTypes.bool,
291293
noClear: PropTypes.bool,

0 commit comments

Comments
 (0)