atmosphere explorer pds.ls
tool typescript atproto
438
fork

Configure Feed

Select the types of activity you want to include in your feed.

wrap editor text

juliet.paris 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;