Skip to content

Commit

Permalink
docs(dnd): remove deprecated comment about react-dnd (#1323)
Browse files Browse the repository at this point in the history
  • Loading branch information
onlyann authored and jquense committed May 16, 2019
1 parent c4f09cd commit 4d933c1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/addons/dragAndDrop/withDragAndDrop.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ import { mergeComponents } from './common'
* import withDragAndDrop from 'react-big-calendar/lib/addons/dragAndDrop'
* export default withDragAndDrop(Calendar)
* ```
* (you can optionally pass any dnd backend as an optional second argument to `withDragAndDrop`.
* It defaults to `react-dnd-html5-backend` which you should probably include in
* your project if using this default).
*
* Set `resizable` to true in your calendar if you want events to be resizable.
*
Expand Down

0 comments on commit 4d933c1

Please sign in to comment.