Skip to content

Commit

Permalink
UI: #206 드래그 선택 불가능 하도록 select-none 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Seok93 committed Oct 11, 2024
1 parent 9c19e14 commit 7f71ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/modal/task/DetailModalTask.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export default function DetailModalTask({ project, task, openUpdateModal, onClos
<li key={fileId} aria-label="file download">
<button
type="button"
className="flex items-center gap-5 rounded-md bg-button px-4 py-2 hover:bg-sub"
className="flex select-none items-center gap-5 rounded-md bg-button px-4 py-2 hover:bg-sub"
onClick={() => handleDownloadClick(fileName, uploadName)}
>
<span>{fileName}</span>
Expand Down

0 comments on commit 7f71ff0

Please sign in to comment.