about summary refs log tree commit diff
path: root/src/view/com/util/forms/NativeDropdown.web.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/com/util/forms/NativeDropdown.web.tsx')
-rw-r--r--src/view/com/util/forms/NativeDropdown.web.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/util/forms/NativeDropdown.web.tsx b/src/view/com/util/forms/NativeDropdown.web.tsx
index 37df48da3..fb490b9ac 100644
--- a/src/view/com/util/forms/NativeDropdown.web.tsx
+++ b/src/view/com/util/forms/NativeDropdown.web.tsx
@@ -161,7 +161,7 @@ function DropdownContent({
   menuRef,
 }: {
   items: DropdownItem[]
-  menuRef: React.RefObject<HTMLDivElement>
+  menuRef: React.RefObject<HTMLDivElement | null>
 }) {
   const pal = usePalette('default')
   const theme = useTheme()