Skip to content

Commit d169d44

Browse files
committed
fix(editor): fix emoji bottom sheets not scrollable
1 parent 04f5215 commit d169d44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/features/editor/widgets/emoji_bottom_sheet.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ class _EmojiBottomSheetState extends State<_EmojiBottomSheet> with SingleTickerP
6464
final tabViews = emojiGroupList.map(
6565
(e) => GridView.builder(
6666
padding: edgeInsetsL12R12,
67+
physics: const NeverScrollableScrollPhysics(),
6768
shrinkWrap: true,
6869
gridDelegate: const SliverGridDelegateWithMaxCrossAxisExtent(
6970
maxCrossAxisExtent: 50,

0 commit comments

Comments
 (0)