mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 19:06:51 +08:00
chore: lint code to remove unused imports and variables (#7033)
This commit is contained in:
@@ -49,8 +49,6 @@ const BlockInput: FC<IBlockInputProps> = ({
|
||||
setCurrentValue(value)
|
||||
}, [value])
|
||||
|
||||
const isContentChanged = value !== currentValue
|
||||
|
||||
const contentEditableRef = useRef<HTMLTextAreaElement>(null)
|
||||
const [isEditing, setIsEditing] = useState<boolean>(false)
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user