Add support for textboxes using contenteditable. Since rich text editors are complicated, it still doesn't work in some cases including an editor within iframe like the example on MDN. It works on Twitter though. I've noted it in the README's known issues section.
Add support for textboxes using
contenteditable
. Since rich text editors are complicated, it still doesn't work in some cases including an editor withiniframe
like the example on MDN. It works on Twitter though. I've noted it in the README's known issues section.