Skip to content
This repository was archived by the owner on Mar 13, 2023. It is now read-only.

Commit ba6a960

Browse files
committed
build
1 parent 50fe741 commit ba6a960

4 files changed

Lines changed: 2 additions & 4 deletions

File tree

build/cjs/Draggable.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,6 @@ _defineProperty(Draggable, "defaultProps", _objectSpread({}, _DraggableCore.defa
442442
axis: 'both',
443443
bounds: false,
444444
returnToDefaultPosition: false,
445-
dragContainer: null,
446445
defaultClassName: 'react-draggable',
447446
defaultClassNameDragging: 'react-draggable-dragging',
448447
defaultClassNameDragged: 'react-draggable-dragged',

build/module/Draggable.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,6 @@ _defineProperty(Draggable, "defaultProps", { ...DraggableCore.defaultProps,
393393
axis: 'both',
394394
bounds: false,
395395
returnToDefaultPosition: false,
396-
dragContainer: null,
397396
defaultClassName: 'react-draggable',
398397
defaultClassNameDragging: 'react-draggable-dragging',
399398
defaultClassNameDragged: 'react-draggable-dragged',

0 commit comments

Comments
 (0)