mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-16 16:34:24 +02:00
@@ -34,6 +34,10 @@ export const Rating = ({ onChange, ...props }: RatingProps) => {
|
|||||||
onChange={(e) => {
|
onChange={(e) => {
|
||||||
debouncedOnChange(e);
|
debouncedOnChange(e);
|
||||||
}}
|
}}
|
||||||
|
onClick={(e) => {
|
||||||
|
e.preventDefault();
|
||||||
|
e.stopPropagation();
|
||||||
|
}}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user