mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-22 23:23:54 +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"
|
className="thread-list thread-list-narrow"
|
||||||
scrollTooltipComponent={ThreadListScrollTooltip}
|
scrollTooltipComponent={ThreadListScrollTooltip}
|
||||||
emptyComponent={EmptyState}
|
emptyComponent={EmptyState}
|
||||||
|
onDragStart={@_onDragStart}
|
||||||
|
onDragEnd={@_onDragEnd}
|
||||||
|
draggable="true"
|
||||||
collection="thread" />
|
collection="thread" />
|
||||||
else
|
else
|
||||||
<div></div>
|
<div></div>
|
||||||
|
|
Loading…
Reference in a new issue