Also add command completion with the mobile button

This commit is contained in:
Jeremy Mahieu 2020-04-28 22:23:57 +02:00
parent 1368142d0e
commit b47a6576ac
1 changed files with 1 additions and 0 deletions

View File

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