Also add command completion with the mobile button

codeql
Jeremy Mahieu 5 years ago
parent 1368142d0e
commit b47a6576ac
  1. 1
      js/inputbar.js

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

Loading…
Cancel
Save