insomnia/packages/insomnia-app/app
Julien Giovaresco ceead25167
Fix infinite request spinner when cancelling "Send and Download" (#2721)
We were hiding the spinner at the end of the _handleSendAndDownloadRequestWithEnvironment method. However, we
were exiting early we the user cancel the save dialog (L672).

To prevent that, I've moved the code in a finally block, therefore we make sure that the spinner will be hidden

Closes #2718
2020-10-20 19:45:48 +13:00
..
__jest__
__mocks__ Fix hard-coded path in electron mock (#2565) 2020-08-30 23:17:15 +12:00
__tests__
account
common Add file logging (#2716) 2020-10-13 18:05:41 +02:00
datasets
icons
main
models Don't clear oAuth2 session on restart (#2701) 2020-10-10 09:33:21 +13:00
network Don't clear oAuth2 session on restart (#2701) 2020-10-10 09:33:21 +13:00
plugins
static Remove whitelist logic for pivot release (#2460) 2020-09-18 15:40:30 +02:00
sync Fix hard-coded path in electron mock (#2565) 2020-08-30 23:17:15 +12:00
sync-legacy
templating Support hyphen - and other special characters in variable names (#2601) 2020-10-02 07:49:05 +13:00
ui Fix infinite request spinner when cancelling "Send and Download" (#2721) 2020-10-20 19:45:48 +13:00
main.development.js Add file logging (#2716) 2020-10-13 18:05:41 +02:00
renderer.html
renderer.js