diff --git a/js/inputbar.js b/js/inputbar.js index ef8e0c3..17ef481 100644 --- a/js/inputbar.js +++ b/js/inputbar.js @@ -505,6 +505,11 @@ weechat.directive('inputBar', function() { $scope.handleCompleteNickButton = function($event) { $event.preventDefault(); $scope.completeNick(); + + setTimeout(function() { + $scope.getInputNode().focus(); + }, 0); + return true; }; }]