fix: disable line wrapping in EnvInput component (#3230)
This commit is contained in:
parent
5c8ebaff3e
commit
01cf59c663
1 changed files with 0 additions and 1 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue