Skip to content

Commit

Permalink
FE-71♻️ onKeyDown -> onKeyUp 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
우지석 committed Jul 27, 2024
1 parent 959459c commit 4219626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pageLayout/Epigram/AddEpigram.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ function AddEpigram() {
setCurrentTag(e.target.value);
form.clearErrors('tags');
}}
onKeyDown={handleKeyUp}
onKeyUp={handleKeyUp}
maxLength={10}
/>

Expand Down

0 comments on commit 4219626

Please sign in to comment.