Mac: Close Selection Box without Pressing X Button
Sort of like this issue- https://strides.uservoice.com/forums/249947-vote-on-features/suggestions/15067593-pressing-esc-button-close-edit-tracker-dialogb
Instead of explaining it because I suck at it, here is chat gpt to explain it:
"Implement a feature to close modals by clicking outside their area, utilizing the event.target and event.currentTarget properties of the Event API to distinguish clicks on the modal backdrop from clicks on the modal content itself. This enhances user experience by allowing intuitive dismissal of modals."
So yea, clicking the grayed out area anywhere outside closes the modal. It is really common in other apps and your app is so great but this part a bit makes it hard to use it for me personally.