0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/test/unit/lib
Kevin Ansfield 47692b1081 🐛 Fixed last paragraph not rendering on front-end when it's styled
no issue
- the conditional for removal of trailing blank paragraphs was not sufficient to handle paragraphs where the first child element was not a text node such as when the content of the last paragraph is italic
- switched to a method that fully walks the DOM of the last paragraph node to extract its equivalent `.textContent` value for use in the "last para is blank?" check
2019-04-08 16:25:20 +01:00
..
common
fs
image
mobiledoc 🐛 Fixed last paragraph not rendering on front-end when it's styled 2019-04-08 16:25:20 +01:00
promise
security
social
ghost-version_spec.js
request_spec.js Removed test from request_spec.js 2019-02-11 12:11:23 +01:00