jakiestfu / Medium.js

A tiny JavaScript library for making contenteditable beautiful (Like Medium's editor)
http://jakiestfu.github.io/Medium.js/
4.39k stars 404 forks source link

Duplication of same content with insertHtml #210

Closed arifhussain353 closed 5 years ago

arifhussain353 commented 5 years ago

Description When user keypress space i get content and save it to some variable. Then i replaced some content in saved string and set to medium again.

Expected Content should replace and overwrite to old content.

Issue After space keypress same content is copied and paste along with old content. Even if i press space key multiple time.

Live Example jsfiddle

arifhussain353 commented 5 years ago

No update for this issue? @robertleeplummerjr

robertleeplummerjr commented 5 years ago

No, I've been MIA for some time on other priorities and family. Would this be something you would be interested in submitting a PR on?