mirror of
https://git.mirrors.martin98.com/https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-08-14 21:45:53 +08:00
fixup
This commit is contained in:
parent
0373b2c9dd
commit
52203b50eb
@ -448,7 +448,7 @@ export function Selector<T>(props: {
|
||||
multiple?: boolean;
|
||||
}) {
|
||||
return (
|
||||
<div className={styles["selector"]}>
|
||||
<div className={styles["selector"]} onClick={() => props.onClose?.()}>
|
||||
<div className={styles["selector-content"]}>
|
||||
<List>
|
||||
{props.items.map((item, i) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user