diff --git a/src/view/com/util/forms/NativeDropdown.web.tsx b/src/view/com/util/forms/NativeDropdown.web.tsx index c1a0b80966..b3ec319e3b 100644 --- a/src/view/com/util/forms/NativeDropdown.web.tsx +++ b/src/view/com/util/forms/NativeDropdown.web.tsx @@ -70,6 +70,10 @@ export function NativeDropdown({ const menuRef = React.useRef(null) React.useEffect(() => { + if (!open) { + return + } + function clickHandler(e: MouseEvent) { const t = e.target