Skip to content

Commit

Permalink
remove debug atom, whoopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzius committed Feb 25, 2025
1 parent a90c6c0 commit 1e05acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/com/composer/Composer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ let ComposerPost = React.memo(function ComposerPost({
/>
<TextInput
ref={textInput}
style={[a.pt_xs, a.debug]}
style={[a.pt_xs]}
richtext={richtext}
placeholder={selectTextInputPlaceholder}
autoFocus
Expand Down

0 comments on commit 1e05acf

Please sign in to comment.