feat: paste torrent address with right click (#1989)
* feat: paste torrent address with right click * Change right click to directly pasting
This commit is contained in:
@@ -35,7 +35,11 @@ module.exports = class TorrentList extends React.Component {
|
||||
)
|
||||
|
||||
return (
|
||||
<div key='torrent-list' className='torrent-list'>
|
||||
<div
|
||||
key='torrent-list'
|
||||
className='torrent-list'
|
||||
onContextMenu={dispatcher('openTorrentListContextMenu')}
|
||||
>
|
||||
{contents}
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user