bergie / hallo

Simple rich text editor (contentEditable) for jQuery UI
http://hallojs.org/
MIT License
2.43k stars 316 forks source link

Hallo is leaving 'ui-droppable' on paragraph elements #241

Open umeboshi2 opened 8 years ago

umeboshi2 commented 8 years ago

When editing a element with <p>'s, the 'ui-droppable' class is added to all paragraph elements, but not removed when the element is saved.

umeboshi2 commented 8 years ago

It looks like image plugin is responsible.

https://github.com/bergie/hallo/blob/master/src/plugins/image/current.coffee#L32