Merge pull request #775 from feross/dc/768

Create Torrent: make trackers editable again
This commit is contained in:
Feross Aboukhadijeh
2016-08-13 00:08:38 +02:00
committed by GitHub

View File

@@ -77,7 +77,7 @@ module.exports = class CreateTorrentPage extends React.Component {
</div>
<div key='trackers' className='torrent-attribute'>
<label>Trackers:</label>
<textarea className='torrent-attribute torrent-trackers' value={trackers}></textarea>
<textarea className='torrent-attribute torrent-trackers' defaultValue={trackers}></textarea>
</div>
<div key='private' className='torrent-attribute'>
<label>Private:</label>