Merge pull request #6275 from TheHollidayInn/tasks-add-push-to-bottom

Tasks add push to bottom
This commit is contained in:
Sabe Jones
2015-12-01 14:20:02 -06:00
6 changed files with 22 additions and 8 deletions

View File

@@ -261,7 +261,7 @@ habitrpg.controller("InventoryCtrl",
}
};
$scope.$on("habit:keyup", function (e, keyEvent) {
$scope.$on("habit:keydown", function (e, keyEvent) {
if (keyEvent.keyCode == "27") {
$scope.deselectItem();
}