Skip to content

Commit

Permalink
fix: read only 시 마우스 클릭 이벤트 차단
Browse files Browse the repository at this point in the history
  • Loading branch information
eonseok-jeon committed Jul 29, 2024
1 parent d39c7fe commit d9c53e1
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 d9c53e1

Please sign in to comment.