Skip to content

Commit

Permalink
fix: Fix toast popup blocking buttons in ScreenList component
Browse files Browse the repository at this point in the history
  • Loading branch information
ximu3 committed Dec 15, 2024
1 parent 7e59035 commit c294b80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/renderer/src/pages/GameAdder/ScreenshotList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ export function ScreenshotList(): JSX.Element {
key={image}
onClick={() => {
setScreenshotUrl(image)
toast.success(`已选择图片: ${image}`)
}}
className={cn(
'cursor-pointer p-3 bg-muted text-muted-foreground rounded-[0.3rem]',
Expand Down

0 comments on commit c294b80

Please sign in to comment.