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) => {