This commit is contained in:
Hailey
2024-10-16 16:43:18 -07:00
committed by Samuel Newman
parent 7fea87dabe
commit 3848184c3d
+3 -2
View File
@@ -747,9 +747,10 @@ export const ComposePost = ({
<Animated.View
style={[a.flex_row, a.p_sm, t.atoms.bg, bottomBarAnimatedStyle]}>
<ScrollView
horizontal
contentContainerStyle={[a.gap_sm]}
bounces={false}>
horizontal={true}
bounces={false}
showsHorizontalScrollIndicator={false}>
{replyTo ? null : (
<ThreadgateBtn
postgate={draft.postgate}