chore: community feedback fixes and UI improvements #102

Merged
naomi merged 12 commits from chore/more into main 2026-03-23 16:07:26 -07:00
Showing only changes of commit c60e39d035 - Show all commits
+1 -1
View File
@@ -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();