Skip to content

Commit

Permalink
fix: onMouseUp으로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
corinthionia committed Aug 2, 2023
1 parent a250599 commit f54ec06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/addTimeTable/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const Table = ({
/>
{timeDetail.map((time) => (
<Select
onClick={handleClickOneElement}
onMouseUp={handleClickOneElement}
className={isValidDate ? 'valid' : 'invalid'}
key={`${date} ${time}:00`}
id={`${date} ${time}`}
Expand Down

0 comments on commit f54ec06

Please sign in to comment.