Remove react-dnd as it was interfering with text selection. Move content
warning mentions preview into area where actual content would be
This commit is contained in:
@ -13,8 +13,6 @@ 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({
|
||||
|
||||
@ -105,4 +103,4 @@ const UI = React.createClass({
|
||||
|
||||
});
|
||||
|
||||
export default connect()(DragDropContext(HTML5Backend)(UI));
|
||||
export default connect()(UI);
|
||||
|
Reference in New Issue
Block a user