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

Throwing exception when using Medium.insertHtml #198

Open samfriend opened 7 years ago

samfriend commented 7 years ago

medium.js Uncaught TypeError: Cannot read property 'length' of null

if i type this in browser console medium.insertHtml('123456'); it throws error

if i trigger this from a button click, it works

samfriend commented 7 years ago

what is Medium.activeElement for?

the insert() method needs Medium.activeElement === this.medium.element

but if i call from console or other class (e.g. fileupload) , the activeElement is null thus throws error

focus() method also wont set the activeElement