We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b712aa2 commit be73e41Copy full SHA for be73e41
dist/index.js
@@ -267,7 +267,6 @@
267
noClear: this.props.noClear,
268
styles: this.props.styles,
269
gestureHandling: this.props.gestureHandling,
270
- draggableCursor: this.props.draggableCursor,
271
draggingCursor: this.props.draggingCursor
272
});
273
@@ -408,7 +407,6 @@
408
407
fullscreenControl: _propTypes2.default.bool,
409
scrollwheel: _propTypes2.default.bool,
410
draggable: _propTypes2.default.bool,
411
- draggableCursor: _propTypes2.default.string,
412
keyboardShortcuts: _propTypes2.default.bool,
413
disableDoubleClickZoom: _propTypes2.default.bool,
414
noClear: _propTypes2.default.bool,
0 commit comments