An ATproto social media client -- with an independent Appview.
6
fork

Configure Feed

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

fix whitespace collapse (#8659)

authored by

Samuel Newman and committed by
GitHub
2e16ef43 42bfee5d

+3 -1
+3 -1
src/view/com/composer/text-input/TextInput.web.tsx
··· 221 221 } 222 222 }, 223 223 }, 224 - content: generateJSON(richtext.text.toString(), extensions), 224 + content: generateJSON(richtext.text.toString(), extensions, { 225 + preserveWhitespace: 'full', 226 + }), 225 227 autofocus: 'end', 226 228 editable: true, 227 229 injectCSS: true,