mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +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") {
|
if (keyEvent.keyCode == "27") {
|
||||||
$scope.deselectItem();
|
$scope.deselectItem();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user