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) {
|
$scope.handleCompleteNickButton = function($event) {
|
||||||
$event.preventDefault();
|
$event.preventDefault();
|
||||||
$scope.completeNick();
|
$scope.completeNick();
|
||||||
|
$scope.completeCommand('forward');
|
||||||
|
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
$scope.getInputNode().focus();
|
$scope.getInputNode().focus();
|
||||||
|
Loading…
Reference in New Issue
Block a user