[PR #3717] [MERGED] refactor: add option to disable context menu #4502

Closed
opened 2026-03-17 02:02:02 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/3717
Author: @nivedin
Created: 1/4/2024
Status: Merged
Merged: 1/23/2024
Merged by: @AndrewBastin

Base: release/2023.12.3Head: fix/disable-context-menu-option


📝 Commits (3)

  • f511966 refactor: add option to disable context menu
  • 7406a24 refactor: disable context menu for test and pre request test
  • 51ebc19 fix: close context menu when typing

📊 Changes

4 files changed (+32 additions, -7 deletions)

View changed files

📝 packages/hoppscotch-common/src/components/http/PreRequestScript.vue (+1 -0)
📝 packages/hoppscotch-common/src/components/http/Tests.vue (+1 -0)
📝 packages/hoppscotch-common/src/components/smart/EnvInput.vue (+19 -4)
📝 packages/hoppscotch-common/src/composables/codemirror.ts (+11 -3)

📄 Description

Closes HFE-381

Description

This PR removes the context menu from test and pre-request script fields, also closes a context menu in input fields if the text is updated.

Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/3717 **Author:** [@nivedin](https://github.com/nivedin) **Created:** 1/4/2024 **Status:** ✅ Merged **Merged:** 1/23/2024 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `release/2023.12.3` ← **Head:** `fix/disable-context-menu-option` --- ### 📝 Commits (3) - [`f511966`](https://github.com/hoppscotch/hoppscotch/commit/f51196604a5f702afd5e6801ce6d7c321c9914ec) refactor: add option to disable context menu - [`7406a24`](https://github.com/hoppscotch/hoppscotch/commit/7406a241e6f5d74e45a4cb58523bf345a2473f99) refactor: disable context menu for test and pre request test - [`51ebc19`](https://github.com/hoppscotch/hoppscotch/commit/51ebc198de6327e335a2e8c8aa29678537193187) fix: close context menu when typing ### 📊 Changes **4 files changed** (+32 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/src/components/http/PreRequestScript.vue` (+1 -0) 📝 `packages/hoppscotch-common/src/components/http/Tests.vue` (+1 -0) 📝 `packages/hoppscotch-common/src/components/smart/EnvInput.vue` (+19 -4) 📝 `packages/hoppscotch-common/src/composables/codemirror.ts` (+11 -3) </details> ### 📄 Description Closes HFE-381 ### Description This PR removes the context menu from test and pre-request script fields, also closes a context menu in input fields if the text is updated. ### Checks - [x] My pull request adheres to the code style of this project - [ ] My code requires changes to the documentation - [ ] I have updated the documentation as required - [x] All the tests have passed --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:02:02 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#4502
No description provided.