Skip to content

Commit

Permalink
fix(web): reset 'shiftPressed' in inventory setup (#1687)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamzky committed May 9, 2024
1 parent b9ae19c commit bf31632
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/reducers/setupInventory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@ export const setupInventoryReducer: CaseReducer<
}),
};

state.shiftPressed = false;
state.isBusy = false;
};

0 comments on commit bf31632

Please sign in to comment.