fix modal inconsistencies

This commit is contained in:
Mathias Rasmussen
2016-06-13 16:18:43 +02:00
parent ae28e34fd5
commit 2a2d71289a
3 changed files with 5 additions and 10 deletions

View File

@@ -170,7 +170,6 @@ function dispatch (action, ...args) {
}
if (action === 'openTorrentAddress') {
state.modal = { id: 'open-torrent-address-modal' }
update()
}
if (action === 'createTorrent') {
createTorrent(args[0] /* options */)