generated from nhcarrigan/template
chore: community feedback fixes and UI improvements #102
@@ -42,7 +42,7 @@ const ClickArea = (): JSX.Element => {
|
||||
|
||||
const handleClickWithFloat = useCallback(
|
||||
(event: MouseEvent<HTMLButtonElement>) => {
|
||||
if (!event.isTrusted || state === null) {
|
||||
if (state === null) {
|
||||
return;
|
||||
}
|
||||
const rect = event.currentTarget.getBoundingClientRect();
|
||||
|
||||
Reference in New Issue
Block a user