We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab444b7 commit 4acd2a9Copy full SHA for 4acd2a9
package/src/components/MessageMenu/MessageMenu.tsx
@@ -111,8 +111,8 @@ export const MessageMenu = <
111
bottomSheetHeight
112
? bottomSheetHeight
113
: messageActions.length === 0 && !showMessageReactions
114
- ? height / 5
115
- : height / 2
+ ? height / 5
+ : height / 2
116
}
117
onClose={dismissOverlay}
118
visible={visible}
0 commit comments