I'm currently developing a RichText Editor with Draft.JS and React.JS and
I want to prevent Draft.JS from deleting inserted atomic blocks on backspace, but rather move the cursor into the textarea
element of the atomic block.
Is this possible and if it is, how?