Skip to content

Commit be73e41

Browse files
committed
Remove duplicate draggableCursor key that breaks IE11
Due to strict mode on ES5 having a syntax error for it
1 parent b712aa2 commit be73e41

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dist/index.js

-2
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,6 @@
267267
noClear: this.props.noClear,
268268
styles: this.props.styles,
269269
gestureHandling: this.props.gestureHandling,
270-
draggableCursor: this.props.draggableCursor,
271270
draggingCursor: this.props.draggingCursor
272271
});
273272

@@ -408,7 +407,6 @@
408407
fullscreenControl: _propTypes2.default.bool,
409408
scrollwheel: _propTypes2.default.bool,
410409
draggable: _propTypes2.default.bool,
411-
draggableCursor: _propTypes2.default.string,
412410
keyboardShortcuts: _propTypes2.default.bool,
413411
disableDoubleClickZoom: _propTypes2.default.bool,
414412
noClear: _propTypes2.default.bool,

0 commit comments

Comments
 (0)