Set cursor at end fix for firefox

codeql
Jeremy Mahieu 5 years ago
parent 1e05a2d209
commit 5697105264
  1. 2
      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;
}

Loading…
Cancel
Save