Skip to content

Commit

Permalink
fix: the sticker widgets cannot stretch its width to fill the entire …
Browse files Browse the repository at this point in the history
…bottom sheet
  • Loading branch information
w568w committed Nov 28, 2024
1 parent 6e45b95 commit 8db7104
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/page/forum/hole_editor.dart
Original file line number Diff line number Diff line change
Expand Up @@ -354,9 +354,8 @@ class BBSEditorWidgetState extends State<BBSEditorWidget> {
rowGap: 8,
columnGap: 8,
children: Stickers.values.map((e) {
return SizedBox(
width: 60,
height: 60,
return Container(
alignment: Alignment.center,
child: InkWell(
onTap: () {
var cursorPosition =
Expand Down

0 comments on commit 8db7104

Please sign in to comment.