Tagged Questions
0
votes
1answer
67 views
Can a `range.insertNode` be undone using browser's undo, in a contenteditable div?
I am working on a contenteditable div to make a simple RichText-Editor. One of the requirement I have is to be able insert html chunk at cursor postion on a button event.
I was able to get that part ...