Skip to content

Commit

Permalink
Stop deleting user input on materias
Browse files Browse the repository at this point in the history
  • Loading branch information
FdelMazo committed Feb 19, 2024
1 parent d602991 commit e8c5d51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ export const stateReducerFactory = (cb) => (state, actionAndChanges) => {
return {
...changes,
isOpen: true,
inputValue: "",
highlightedIndex: state.highlightedIndex,
};
default:
Expand Down

0 comments on commit e8c5d51

Please sign in to comment.