From fc87526fbc62d8e62662bb218d5a6c78b88f5c4f Mon Sep 17 00:00:00 2001 From: Anandakrishnan CV <153972540+anandude@users.noreply.github.com> Date: Fri, 26 Sep 2025 12:22:11 +0530 Subject: [PATCH] fix: close modal on clicking overlay for non input modals (#5403) Co-authored-by: nivedin --- .../src/components/app/DeveloperOptions.vue | 1 - packages/hoppscotch-common/src/components/app/Options.vue | 5 ++--- packages/hoppscotch-common/src/components/app/Share.vue | 1 - packages/hoppscotch-common/src/components/app/Support.vue | 1 - 4 files changed, 2 insertions(+), 6 deletions(-) diff --git a/packages/hoppscotch-common/src/components/app/DeveloperOptions.vue b/packages/hoppscotch-common/src/components/app/DeveloperOptions.vue index 76125c8b..5a028bd3 100644 --- a/packages/hoppscotch-common/src/components/app/DeveloperOptions.vue +++ b/packages/hoppscotch-common/src/components/app/DeveloperOptions.vue @@ -1,7 +1,6 @@