forked from XiaoMo/ChatGPT-Next-Web
Update mask.tsx
This commit is contained in:
parent
62f8cd1db6
commit
c916cd1a87
@ -215,7 +215,7 @@ function ContextPromptItem(props: {
|
|||||||
const [focusingInput, setFocusingInput] = useState(false);
|
const [focusingInput, setFocusingInput] = useState(false);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Draggable draggableId={props.prompt.id.toString()} index={props.index}>
|
<Draggable draggableId={props.prompt.id || props.index.toString()} index={props.index}>
|
||||||
{(provided) => (
|
{(provided) => (
|
||||||
<div
|
<div
|
||||||
className={chatStyle["context-prompt-row"]}
|
className={chatStyle["context-prompt-row"]}
|
||||||
|
Loading…
Reference in New Issue
Block a user