Skip to content

Commit

Permalink
Restore dialog hide
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Jun 2, 2018
1 parent 1f98cbb commit 2bbd6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JBrowse/View/FastaFileDialog.js
Expand Up @@ -78,7 +78,7 @@ return declare( FileDialog, {
refSeqOrder: this.refSeqOrderChoice[0].checked ? "alphabetic descending" :
this.refSeqOrderChoice[1].checked ? "length descending" :
undefined
})
}).then( () => this.dialog.hide(), err => { console.error(err) } )
}
}
})
Expand Down

0 comments on commit 2bbd6bf

Please sign in to comment.