Skip to content

Commit 5aca3e3

Browse files
committed
chore: remove redundant changes
1 parent 0261ac9 commit 5aca3e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package/src/components/Message/MessageSimple/MessageBubble.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export const SwipableMessageBubble = React.memo(
146146
.onStart(() => {
147147
translateX.value = 0;
148148
})
149-
.onUpdate(({ translationX }) => {
149+
.onChange(({ translationX }) => {
150150
if (translationX > 0) {
151151
translateX.value = translationX;
152152
}
@@ -227,7 +227,6 @@ const styles = StyleSheet.create({
227227
contentWrapper: {
228228
alignItems: 'center',
229229
flexDirection: 'row',
230-
// width: 200,
231230
},
232231
swipeContentContainer: {
233232
flexShrink: 0,

0 commit comments

Comments
 (0)