Add return to avoid calling focus twice
This commit is contained in:
@@ -406,6 +406,7 @@
|
|||||||
$timeout(function() {
|
$timeout(function() {
|
||||||
}, 0, false);
|
}, 0, false);
|
||||||
}, 0, false);
|
}, 0, false);
|
||||||
|
return
|
||||||
}
|
}
|
||||||
instance.term.focus();
|
instance.term.focus();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user