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

Uncaught TypeError: Cannot read property 'rangePrototype' of null

amitrai99 opened this issue · comments

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?

Figured that I was missing a req library!

+1