mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03:33 +00:00
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();
|
||||
}}
|
||||
/>
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue