jakiestfu / Medium.js

A tiny JavaScript library for making contenteditable beautiful (Like Medium's editor)

Home Page:http://jakiestfu.github.io/Medium.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Duplication of same content with insertHtml

arifhussain353 opened this issue · comments

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

No update for this issue? @robertleeplummerjr

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?