chore: default to reactions maxWidth null if not available (#5047)

This commit is contained in:
ggurdin 2026-01-05 11:50:59 -05:00 committed by GitHub
parent 3517d0d627
commit fa4de79b3b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -100,7 +100,7 @@ class OverlayCenterContent extends StatelessWidget {
event,
chatController.timeline!,
chatController,
maxWidth: reactionsWidth ?? 0.0,
maxWidth: reactionsWidth,
),
),
],