- 
                Notifications
    You must be signed in to change notification settings 
- Fork 45
Description
Is your feature request related to a problem? Please describe.
When I would want to share a story, I'd click on the share button and a modal is popped, If I immediately happen to change my decision and would not want to share the story at the moment, I'd obviously want to dismiss the modal. In the existing system, If I had to dismiss the modal, I should click on the close(x) button located on the top right corner of the modal, being acquainted with other platforms and the UI, it'd take a little extra effort to always locate the close(x) button to dismiss the modal.
Describe the solution you'd like
One easy way to dismiss the modal would be by clicking on the backdrop. Since the backdrop clearly differentiates the overlay(modal) from the underlying content, it'd be safe to dismiss the modal when the backdrop is clicked. This design pattern is inspired by LinkedIn, where one can dismiss the "Create a post" modal by clicking the backdrop. Also, many other popular platforms use this convention. So it'll be good to have this small feature added, which could save a little extra effort from the users.
Additional context
Add any other context about the feature request here.