fix(thread-list): Enable drag and drop in narrow view

This commit is contained in:
Ben Gotow 2015-10-12 10:35:55 -07:00
parent a312614195
commit b1c3ab2e10

View file

@ -208,6 +208,9 @@ class ThreadList extends React.Component
className="thread-list thread-list-narrow"
scrollTooltipComponent={ThreadListScrollTooltip}
emptyComponent={EmptyState}
onDragStart={@_onDragStart}
onDragEnd={@_onDragEnd}
draggable="true"
collection="thread" />
else
<div></div>