mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 23:27:26 +01:00
Fixed wording to be parallel with logic
This commit is contained in:
@@ -257,7 +257,7 @@ habitrpg.controller("InventoryCtrl",
|
||||
}
|
||||
};
|
||||
|
||||
$scope.$on("habit:keyup", function (e, keyEvent) {
|
||||
$scope.$on("habit:keydown", function (e, keyEvent) {
|
||||
if (keyEvent.keyCode == "27") {
|
||||
$scope.deselectItem();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user