diff --git a/js/inputbar.js b/js/inputbar.js index 96e4c2f..304bc93 100644 --- a/js/inputbar.js +++ b/js/inputbar.js @@ -646,7 +646,7 @@ weechat.directive('inputBar', function() { if ($scope.command) { inputNode.setSelectionRange($scope.command.length, $scope.command.length); } - }, 0); + }, 1); return true; }