parent
4ec981df83
commit
9d780e0342
1 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,10 @@ export const Rating = ({ onChange, ...props }: RatingProps) => {
|
|||
onChange={(e) => {
|
||||
debouncedOnChange(e);
|
||||
}}
|
||||
onClick={(e) => {
|
||||
e.preventDefault();
|
||||
e.stopPropagation();
|
||||
}}
|
||||
/>
|
||||
);
|
||||
};
|
||||
|
|
Reference in a new issue