make your modals close on the click action for the actual close button on the modal. Right now, you can dismiss the "edit task" modal by clicking outside of it. This causes you to lose any work done inside said modal via misclick.
Thanks for this. I personally like just clicking off to dismiss the modal, but admittedly if we keep this we need to be a bit cleverer in terms of not just losing the changes.
make your modals close on the click action for the actual close button on the modal. Right now, you can dismiss the "edit task" modal by clicking outside of it. This causes you to lose any work done inside said modal via misclick.