Add return to avoid calling focus twice

This commit is contained in:
Marcos Lilljedahl
2018-04-18 01:23:29 -03:00
parent 04f8cb233d
commit 3bb021550f

View File

@@ -406,6 +406,7 @@
$timeout(function() {
}, 0, false);
}, 0, false);
return
}
instance.term.focus();
}