parent
388e00dd04
commit
40ef4f47c8
@ -79,7 +79,6 @@ export function InputSkeleton ({ label, hint }) {
|
||||
export function MarkdownInput ({ label, topLevel, groupClassName, onChange, setHasImgLink, onKeyDown, innerRef, ...props }) {
|
||||
const [tab, setTab] = useState('write')
|
||||
const [, meta, helpers] = useField(props)
|
||||
const formik = useFormikContext()
|
||||
const [selectionRange, setSelectionRange] = useState({ start: 0, end: 0 })
|
||||
innerRef = innerRef || useRef(null)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user