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
@ -1312,6 +1312,8 @@ weechat.directive('inputBar', function() {
|
|||||||
// Empty the input after it's sent
|
// Empty the input after it's sent
|
||||||
$scope.command = '';
|
$scope.command = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$scope.getInputNode().focus();
|
||||||
};
|
};
|
||||||
|
|
||||||
$rootScope.addMention = function(prefix) {
|
$rootScope.addMention = function(prefix) {
|
||||||
|
Loading…
Reference in New Issue
Block a user