Ghost/ghost/admin/lib/koenig-editor/addon/components
Kevin Ansfield a20f4080f6 Koenig - Fix error when inserting cards in certain circumstances
refs https://github.com/TryGhost/Ghost/issues/9311
- the card selection in `cursorDidChange` would sometimes fail because the selection would be attempted before the newly inserted card had been pushed on to the `componentCards` array. This was reliably triggered by adding a card to a blank header section via the /-menu
- scheduling the section `afterRender` ensures that the `willRender` hook has fired and populated the `componentCards` array before the selection occurs
2018-03-14 12:13:54 +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 - Fix error when inserting cards in certain circumstances 2018-03-14 12:13:54 +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