mirror of
				https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
				synced 2025-11-04 08:13:43 +08:00 
			
		
		
		
	Update mask.tsx
This commit is contained in:
		@@ -215,7 +215,7 @@ function ContextPromptItem(props: {
 | 
			
		||||
  const [focusingInput, setFocusingInput] = useState(false);
 | 
			
		||||
 | 
			
		||||
  return (
 | 
			
		||||
    <Draggable draggableId={props.prompt.id.toString()} index={props.index}>
 | 
			
		||||
    <Draggable draggableId={props.prompt.id || props.index.toString()} index={props.index}>
 | 
			
		||||
      {(provided) => (
 | 
			
		||||
        <div
 | 
			
		||||
          className={chatStyle["context-prompt-row"]}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user