-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
skip confirmation for closing composer when there's no text entered #680
skip confirmation for closing composer when there's no text entered #680
Conversation
3687f02
to
163c92c
Compare
What about if they've attached images? Do we still want to fast exit? |
This is something I noticed while debugging it - there's no prompt even with images attached when you click the normal cancel button. I will poke around and see if I can get that behavior to be consistent for both. |
163c92c
to
670bc7c
Compare
Added the gallery check and moved the check for both esc and the actual cancel button |
8d9c251
to
8b9b8c1
Compare
Appreciate the updates! Need to test then I'll merge |
d570aaf
to
115f8e1
Compare
db3baa1
to
b923865
Compare
b923865
to
ed35d9f
Compare
- prompt now appears for the cancel button - no prompt when post is empty - appease eslint
ed35d9f
to
2e082b6
Compare
Oh nice, the linter stopped complaining with this rebase. This is good to go as far as I can tell. |
Made a couple of adjustments and merged. Thanks! |
No description provided.