Answer the question
In order to leave comments, you need to log in
How to make Draft JS Editor textarea clickable?
There is a block containing Editor Draft js
<div
className={classnames('text-editor', className)}
>
<Editor
spellCheck
handleKeyCommand={handleKeyCommand}
blockRenderMap={BLOCK_RENDER_MAP}
editorState={state}
keyBindingFn={handlerKeyBinding}
onChange={onChange}
/>
</div>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question