Hi there
I have a quick question regarding the app feature modal (monday.execute). Is it somehow possible to prevent this modal from closing on mouse click outside of the modal? I would like to achieve the same behavior as in the modal from monday-ui-react-core (@storybook/cli - Storybook) with alertDialog={true}
prop or in confirm modal (monday.execute).
As there is no such info in the docs, I assume it is currently not possible, but I just want to ask and confirm. It would be great to have this option in the app feature modal controlled via API, eg. boolean field in the params
paramter of the execute
function.