Also add command completion with the mobile button
This commit is contained in:
parent
1368142d0e
commit
b47a6576ac
|
@ -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…
Reference in New Issue