Focus input bar after pressing the send button
This prevents the keyboard from closing on mobile
This commit is contained in:
parent
a904add7cc
commit
4be8742ac5
1 changed files with 2 additions and 0 deletions
|
@ -1312,6 +1312,8 @@ weechat.directive('inputBar', function() {
|
|||
// Empty the input after it's sent
|
||||
$scope.command = '';
|
||||
}
|
||||
|
||||
$scope.getInputNode().focus();
|
||||
};
|
||||
|
||||
$rootScope.addMention = function(prefix) {
|
||||
|
|
Loading…
Add table
Reference in a new issue