From 24e58168e0b8138157f36a50e575e71aae3008ee Mon Sep 17 00:00:00 2001 From: ialloyd <135848926+ialloyd@users.noreply.github.com> Date: Wed, 10 Apr 2024 03:01:36 +0530 Subject: [PATCH] Cannot cancel request on preview (zIndex issue) #1501 (#1786) * [Feature request] Keyboard shortcut to duplicate and rename request/collection. #1610 * Cannot cancel request on preview (zIndex issue) #1501 * changes This reverts commit a3ce8aa6911df296d26c31da38f44b9e0d3039d4. --- packages/bruno-app/src/components/ResponsePane/Overlay/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bruno-app/src/components/ResponsePane/Overlay/index.js b/packages/bruno-app/src/components/ResponsePane/Overlay/index.js index 247c341ed..b203053fb 100644 --- a/packages/bruno-app/src/components/ResponsePane/Overlay/index.js +++ b/packages/bruno-app/src/components/ResponsePane/Overlay/index.js @@ -23,7 +23,7 @@ const ResponseLoadingOverlay = ({ item, collection }) => {