jakiestfu / Medium.js

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

Uncaught TypeError: Cannot read property 'rangePrototype' of null #200

Closed amitrai99 closed 8 years ago

amitrai99 commented 8 years ago

I am getting an exception when trying to invoke medium.

    new Medium({
      element: document.getElementById('main_middle')
    });
Uncaught TypeError: Cannot read property 'rangePrototype' of null

At the following line of Medium.js code:

rangy.rangePrototype.insertNodeAtEnd = function (node) {

Can anyone help me with this?

amitrai99 commented 8 years ago

Figured that I was missing a req library!

busyhe commented 6 years ago

+1