mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-22 15:15:12 +08:00
fix(thread-list): Enable drag and drop in narrow view
This commit is contained in:
parent
a312614195
commit
b1c3ab2e10
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue