Add bigger delay before setting default profile

This commit is contained in:
Preston 2020-09-20 22:11:03 -04:00
parent 8c2597c64c
commit e93930ffb4
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ export default Vue.extend({
if (profileIndex !== -1) {
this.updateActiveProfile(profileIndex)
}
}, 100)
}, 200)
$('#profileList').focusout(() => {
$('#profileList')[0].style.display = 'none'