GitHub Action 1 месяц назад
Родитель
Сommit
453417ed47
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ui/src/components/list.tsx

+ 1 - 1
packages/ui/src/components/list.tsx

@@ -206,7 +206,7 @@ export function List<T>(props: ListProps<T> & { ref?: (ref: ListRef) => void })
                           setActive(props.key(item))
                         }}
                         onMouseLeave={() => {
-                          if (!store.mouseActive) return;
+                          if (!store.mouseActive) return
                           setActive(null)
                         }}
                       >