Focus input bar after pressing the send button

This prevents the keyboard from closing on mobile
rewrite-with-urlplugin
Lorenz Hübschle-Schneider 11 years ago
parent a904add7cc
commit 4be8742ac5
  1. 2
      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) {

Loading…
Cancel
Save