Merge pull request #350 from glowing-bear/keep-keyboard-open
Focus input bar after pressing the send button
This commit is contained in:
commit
2a2c7e1281
1 changed files with 2 additions and 0 deletions
|
@ -1314,6 +1314,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 a new issue