Small tag search fix

This commit is contained in:
Torkel Ödegaard 2014-02-13 09:11:02 +01:00
parent f9f259195d
commit 33ec638323

View File

@ -100,6 +100,7 @@ function (angular, _, config, $) {
$scope.query.query = $scope.tagsOnly ? "tags!:" : "";
$scope.giveSearchFocus = $scope.giveSearchFocus + 1;
$scope.selectedIndex = -1;
$scope.search();
};
$scope.search = function() {