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

Fix ordering of paste #167

Closed zaizhuang closed 8 years ago

zaizhuang commented 8 years ago

Node insertion order was inverted. Also fixed test argument handling.

zaizhuang commented 8 years ago

Sure I retabbed it. Also fixed the test for FF.

Passes for me in Chrome, Safari and FF now. Unfortunately I don't have IE readily available for testing.

robertleeplummerjr commented 8 years ago

Good enough.