Ghost/ghost/admin/lib/koenig-editor
Thibaut Patel 7e48fcd06d Fixed a visual bug in the cards using KoenigBasicHtmlInput
refs https://github.com/TryGhost/Team/issues/1245

- When pressing backspace on an empty `KoenigBasicHtmlInput` that don't use `p` as the default tag, an empty paragraph was created by e21bde39e1/lib/koenig-editor/addon/options/key-commands.js (L171-L176), messing with the style while in edit mode.
- This was fixed by normalizing the tag to be the `defaultTag` in the `didUpdatePost` hook
- Because of this new normalization, we could remove the same normalization from `handlePaste`
2021-12-09 14:08:17 +01:00
..
addon Fixed a visual bug in the cards using KoenigBasicHtmlInput 2021-12-09 14:08:17 +01:00
app Renamed accordion usages to toggle for toggle card 2021-12-03 00:52:46 +05:30
docs/specs Koenig reboot - rich text (#952) 2018-01-30 10:01:07 +00:00
public/icons/koenig Updated the product card menu icon 2021-12-09 10:18:19 +01:00
index.js Koenig reboot - rich text (#952) 2018-01-30 10:01:07 +00:00
package.json Added an emoji picker for the callout card 2021-11-15 14:19:20 +01:00