mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 10:12:21 +00:00
Fixed wording to be parallel with logic
This commit is contained in:
parent
b668829d85
commit
9a8f9c6938
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue