Ghost/ghost/admin/lib/koenig-editor/addon/components
Kevin Ansfield 6e5710364e Koenig - Fixed backspace not deleting empty para at beginning of doc
refs https://github.com/TryGhost/Ghost/issues/9311
- something that became apparent after adding the "<kbd>Enter</kbd> in post title adds blank paragraph" feature was that using that feature left you in a position where Backspace doesn't do what you expect - it does nothing rather than deleting the blank paragraph
- added logic to the `handleBackspaceKey` handler in `{{koenig-editor}}` to detect when backspace is pressed on a blank paragraph at the start of the doc so that we remove it then focus the title
2018-03-14 16:13:33 +00:00
..
koenig-card-hr.js Koenig - HR card with markdown text expansion 2018-01-30 15:19:30 +00:00
koenig-card-html.js Koenig - Add caption to HTML/embed card 2018-02-20 15:53:58 +00:00
koenig-card-image.js Koenig - Image card 2018-02-22 20:41:40 +00:00
koenig-card-markdown.js Koenig - Remove old Koenig alpha code 2018-02-15 10:46:23 +00:00
koenig-card.js Koenig - Wrap HR card in {{koenig-card}} component 2018-03-14 11:44:09 +00:00
koenig-editor.js Koenig - Fixed backspace not deleting empty para at beginning of doc 2018-03-14 16:13:33 +00:00
koenig-plus-menu.js Koenig - Close (+) menu when pressing Escape 2018-03-14 10:50:38 +00:00
koenig-slash-menu.js Koenig - Card selection and deletion 2018-02-04 20:35:44 +01:00
koenig-toolbar.js Koenig - Cleanup toolbar invocation 2018-02-20 15:20:35 +00:00