mirror of
				https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
				synced 2025-11-04 16:23:41 +08:00 
			
		
		
		
	fixup
This commit is contained in:
		@@ -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) => {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user