fix: disable line wrapping in EnvInput component (#3230)

This commit is contained in:
Liyas Thomas 2023-08-05 23:43:02 +05:30 committed by GitHub
parent 5c8ebaff3e
commit 01cf59c663
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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