Getting started on draggable columns
This commit is contained in:
parent
ce273c08cd
commit
dbb7e5a644
4 changed files with 59 additions and 11 deletions
|
@ -13,6 +13,8 @@ import { debounce } from 'react-decoration';
|
|||
import { uploadCompose } from '../../actions/compose';
|
||||
import { refreshTimeline } from '../../actions/timelines';
|
||||
import { refreshNotifications } from '../../actions/notifications';
|
||||
import { DragDropContext } from 'react-dnd';
|
||||
import HTML5Backend from 'react-dnd-html5-backend';
|
||||
|
||||
const UI = React.createClass({
|
||||
|
||||
|
@ -103,4 +105,4 @@ const UI = React.createClass({
|
|||
|
||||
});
|
||||
|
||||
export default connect()(UI);
|
||||
export default connect()(DragDropContext(HTML5Backend)(UI));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue