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