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