feat: cancel running request (resolves #26)

This commit is contained in:
Anoop M D
2022-10-14 01:34:15 +05:30
parent 097a6240ad
commit 410bc70318
8 changed files with 118 additions and 47 deletions

View File

@@ -139,9 +139,9 @@ const RequestTabPanel = () => {
<section className="response-pane flex-grow mt-2">
<ResponsePane
item={item}
collection={collection}
rightPaneWidth={rightPaneWidth}
response={item.response}
isLoading={item.response && item.response.state === 'sending' ? true : false}
/>
</section>
</section>