atmosphere explorer

wrap editor text

handle.invalid f3ae3fda 153be625

verified
+1
+1
src/components/editor.tsx
··· 48 48 keymap.of([indentWithTab]), 49 49 linter(jsonParseLinter()), 50 50 themeColor.of(document.documentElement.classList.contains("dark") ? basicDark : basicLight), 51 + EditorView.lineWrapping, 51 52 ], 52 53 }); 53 54 editorInstance.view = view;