|
|
@ -711,6 +711,7 @@ weechat.directive('inputBar', function() { |
|
|
|
$scope.handleCompleteNickButton = function($event) { |
|
|
|
$scope.handleCompleteNickButton = function($event) { |
|
|
|
$event.preventDefault(); |
|
|
|
$event.preventDefault(); |
|
|
|
$scope.completeNick(); |
|
|
|
$scope.completeNick(); |
|
|
|
|
|
|
|
$scope.completeCommand('forward'); |
|
|
|
|
|
|
|
|
|
|
|
setTimeout(function() { |
|
|
|
setTimeout(function() { |
|
|
|
$scope.getInputNode().focus(); |
|
|
|
$scope.getInputNode().focus(); |
|
|
|