Skip to content

Commit

Permalink
[Fix] 인증번호 전송 안 했는데 에러 메세지 뜨는 에러 해결 (#264)
Browse files Browse the repository at this point in the history
* fix: read only 시 마우스 클릭 이벤트 차단
  • Loading branch information
eonseok-jeon authored Jul 29, 2024
1 parent 72e0084 commit 34f3fc3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const input = style({
backgroundColor: theme.color.subBackground,
color: theme.color.lighterText,
boxShadow: 'none',
pointerEvents: 'none',
},
},
});
Expand Down

0 comments on commit 34f3fc3

Please sign in to comment.