diff --git a/js/glowingbear.js b/js/glowingbear.js index 3bba9b2..b37c8a9 100644 --- a/js/glowingbear.js +++ b/js/glowingbear.js @@ -1312,6 +1312,8 @@ weechat.directive('inputBar', function() { // Empty the input after it's sent $scope.command = ''; } + + $scope.getInputNode().focus(); }; $rootScope.addMention = function(prefix) {