From 8deba7a28e46bf89e36c60e435784aca624759af Mon Sep 17 00:00:00 2001 From: Nivedin <53208152+nivedin@users.noreply.github.com> Date: Thu, 7 Mar 2024 17:59:06 +0530 Subject: [PATCH] fix: context menu bug and incorrect position (#3874) --- .../src/components/app/ContextMenu.vue | 4 ++-- .../src/components/smart/EnvInput.vue | 20 ++++++++++------- .../src/composables/codemirror.ts | 22 +++++++++++-------- 3 files changed, 27 insertions(+), 19 deletions(-) diff --git a/packages/hoppscotch-common/src/components/app/ContextMenu.vue b/packages/hoppscotch-common/src/components/app/ContextMenu.vue index 6168cda3..00e7240f 100644 --- a/packages/hoppscotch-common/src/components/app/ContextMenu.vue +++ b/packages/hoppscotch-common/src/components/app/ContextMenu.vue @@ -1,8 +1,8 @@