diff --git a/packages/hoppscotch-common/src/components/http/PreRequestScript.vue b/packages/hoppscotch-common/src/components/http/PreRequestScript.vue index ecfb456fd..08c80a11e 100644 --- a/packages/hoppscotch-common/src/components/http/PreRequestScript.vue +++ b/packages/hoppscotch-common/src/components/http/PreRequestScript.vue @@ -99,6 +99,7 @@ useCodemirror( linter, completer, environmentHighlights: false, + contextMenuEnabled: false, }) ) diff --git a/packages/hoppscotch-common/src/components/http/Tests.vue b/packages/hoppscotch-common/src/components/http/Tests.vue index 2f22b8732..63316fe59 100644 --- a/packages/hoppscotch-common/src/components/http/Tests.vue +++ b/packages/hoppscotch-common/src/components/http/Tests.vue @@ -95,6 +95,7 @@ useCodemirror( linter, completer, environmentHighlights: false, + contextMenuEnabled: false, }) )