From b47a6576acb8e297a16788ef485c0bb0758aa059 Mon Sep 17 00:00:00 2001 From: Jeremy Mahieu Date: Tue, 28 Apr 2020 22:23:57 +0200 Subject: [PATCH] Also add command completion with the mobile button --- js/inputbar.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/inputbar.js b/js/inputbar.js index 86dd518..56fdc37 100644 --- a/js/inputbar.js +++ b/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();