Ghost/ghost/admin/lib/koenig-editor/addon
Kevin Ansfield b5f43a7e9d Added autofocus of button text input in email-cta card after enabling button
refs https://github.com/TryGhost/Team/issues/1009

- added ID generation to the component as an example of good practice to avoid problems with multiple elements having the same ID
- used `afterRender` queue to schedule the focus of the button text input element so the element actually exists (it's added to the DOM only when `showButton` is true so we have to wait for that to complete)
2021-08-25 15:41:30 +01:00
..
components Added autofocus of button text input in email-cta card after enabling button 2021-08-25 15:41:30 +01:00
helpers Added toolbar to email CTA card 2021-08-23 14:10:33 +02:00
lib Resolved "already declared in upper scope" linting warnings 2020-10-05 09:56:21 +01:00
options Fixed email-cta card being auto-deleted when no content is set 2021-07-28 18:00:01 +01:00
services Removed prototype button atom 2021-07-23 09:21:03 +01:00
utils Prototyped component based atoms in the editor 2021-07-22 18:54:46 +01:00