Skip to content

Commit

Permalink
fix(fe): fix mouse scroll cursor problem
Browse files Browse the repository at this point in the history
  • Loading branch information
mingyu27 committed Jan 2, 2025
1 parent b945f8e commit 94f05d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/frontend/app/admin/problem/_components/TestcaseItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ export default function TestcaseItem({
? 'border-red-500'
: 'border-gray-300'
)}
onWheel={(event) => {
event.currentTarget.blur()
}}
/>{' '}
(%)
</div>
Expand Down

0 comments on commit 94f05d8

Please sign in to comment.