0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-18 02:21:47 -05:00

Removed option to close the modal by clicking behind it

This commit is contained in:
Djordje Vlaisavljevic 2022-07-13 17:28:29 +02:00
parent 82808d69f5
commit a710dd3c06

View file

@ -9,7 +9,8 @@ export default class EditNewsletterModal extends Component {
@service modals;
static modalOptions = {
className: 'fullscreen-modal-full-overlay fullscreen-modal-portal-settings'
className: 'fullscreen-modal-full-overlay fullscreen-modal-portal-settings',
ignoreBackdropClick: true
};
@tracked openSection = null;