From 01cf59c663750258a4cd7ea09525b2ee4f3ad5f8 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Sat, 5 Aug 2023 23:43:02 +0530 Subject: [PATCH] fix: disable line wrapping in EnvInput component (#3230) --- packages/hoppscotch-common/src/components/smart/EnvInput.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/hoppscotch-common/src/components/smart/EnvInput.vue b/packages/hoppscotch-common/src/components/smart/EnvInput.vue index 86d6b38de..54aeb0ae5 100644 --- a/packages/hoppscotch-common/src/components/smart/EnvInput.vue +++ b/packages/hoppscotch-common/src/components/smart/EnvInput.vue @@ -342,7 +342,6 @@ const initView = (el: any) => { el.addEventListener("keyup", debounceFn) const extensions: Extension = [ - EditorView.lineWrapping, EditorView.contentAttributes.of({ "aria-label": props.placeholder }), EditorView.contentAttributes.of({ "data-enable-grammarly": "false" }), EditorView.updateListener.of((update) => {