What is the expected behavior?
When I hit backspace to delete a tag, it should insert the value of the tag in plain text at the location of the custor
What is happening instead?
In the demo, if I hit backspace to remove "Dave" my cursor is moved to directly after "some text " and the tet "Dave" isn't inserted at the correct position.
Prerequisites
💥 Demo Page
https://jsbin.com/fiyubalaqe/1/edit?html,js,output
Explanation
What is the expected behavior? When I hit backspace to delete a tag, it should insert the value of the tag in plain text at the location of the custor
What is happening instead? In the demo, if I hit backspace to remove "Dave" my cursor is moved to directly after "some text " and the tet "Dave" isn't inserted at the correct position.
What error message are you getting? None