Kademi / keditor

KEditor is a jQuery plugin which provides a content editor with drag n drop, configurable contents
http://kademi.github.io/keditor/
MIT License
319 stars 154 forks source link

[BUG] #214

Closed sibox1337 closed 4 years ago

sibox1337 commented 4 years ago

Describe the bug When u setContent keditor capabilities are removed.No edit options, no add new components options and so on

Version Latest

To Reproduce My code is this

var content = '

New content
'; $('#content-area').keditor('setContent',content);