From 1a3d9f18abce120bd8de387436d723b630af9cde Mon Sep 17 00:00:00 2001 From: Akash K <57758277+amk-dev@users.noreply.github.com> Date: Wed, 23 Aug 2023 21:18:48 +0530 Subject: [PATCH] fix: issues in displaying the suggestions menu on EnvInput (#3280) --- packages/hoppscotch-common/src/components/smart/EnvInput.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/hoppscotch-common/src/components/smart/EnvInput.vue b/packages/hoppscotch-common/src/components/smart/EnvInput.vue index 9d2e8c25e..09295173c 100644 --- a/packages/hoppscotch-common/src/components/smart/EnvInput.vue +++ b/packages/hoppscotch-common/src/components/smart/EnvInput.vue @@ -1,5 +1,5 @@