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:
parent
82808d69f5
commit
a710dd3c06
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue