Ghost/ghost/admin/app/components/editor/modals
Kevin Ansfield 42b30ac613 Fixed email preview input dropdown not closing when clicking on iframe
no issue

- clicks on the iframe never bubble out of the iframe so weren't captured by the dropdown-closing event listener
- added an event listener directly on the iframe's body element when we render the iframe's content that manually calls out to our generic dropdown closing method
2023-01-23 09:47:46 +00:00
..
preview Fixed email preview input dropdown not closing when clicking on iframe 2023-01-23 09:47:46 +00:00
publish-flow Improved failed email error messages 2023-01-20 18:37:43 +01:00
delete-snippet.hbs Switched delete snippet modal to new modal pattern (#15468) 2022-09-25 10:54:07 +01:00
delete-snippet.js Switched delete snippet modal to new modal pattern (#15468) 2022-09-25 10:54:07 +01:00
preview.hbs 🎨 Add ability to send test email with chosen newsletter (#15783) 2023-01-09 17:48:30 +04:00
preview.js Renamed editor-labs component directory to editor 2022-05-25 09:13:08 +01:00
publish-flow.hbs 🎨 Improved email failure handling and retrying (#15504) 2022-10-06 11:12:11 +02:00
publish-flow.js 🎨 Improved email failure handling and retrying (#15504) 2022-10-06 11:12:11 +02:00
re-authenticate.hbs Updated editor re-authentication modal (#16102) 2023-01-11 12:39:04 +01:00
re-authenticate.js Updated editor re-authentication modal (#16102) 2023-01-11 12:39:04 +01:00
update-flow.hbs 🎨 Improved email failure handling and retrying (#15504) 2022-10-06 11:12:11 +02:00
update-flow.js Renamed editor-labs component directory to editor 2022-05-25 09:13:08 +01:00
update-snippet.hbs Switched snippet update modal to new modal pattern 2022-11-14 09:55:34 +00:00
update-snippet.js Switched snippet update modal to new modal pattern 2022-11-14 09:55:34 +00:00