aor-rich-text-input
aor-rich-text-input copied to clipboard
fix: jumping cursor
In current version, while pasting or typing the cursor is jumping to the beginning of the input box. That's because each change of editor content causes the same content to be pasted back to the editor. While pasting only content that do not match current editor inner html allows to keep cursor in its place while typing and also to follow updates done via redux form.