Ghost/ghost/admin/lib
Kevin Ansfield e082d40d56 🐛 Koenig - Fixed rich-text captions sometimes losing spaces
refs https://github.com/TryGhost/Ghost/issues/9724
- `clean-basic-html` was being overzealous with it's empty element removal, often contenteditable (especially when pasting) will result in HTML such as `<span>&nbsp;</span>` which was being completely removed
- if an empty element has any spaces in it, replace the element with a textNode containing a single space
2018-08-13 10:37:45 +01:00
..
asset-delivery
koenig-editor 🐛 Koenig - Fixed rich-text captions sometimes losing spaces 2018-08-13 10:37:45 +01:00