Skip to content

Commit

Permalink
Fix bug where user cannot scroll on content input field
Browse files Browse the repository at this point in the history
  • Loading branch information
Duzzuti committed Feb 18, 2024
1 parent 74f2784 commit d4cb8a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/widgets/content_inputfield.dart
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ class ContentInputField extends StatelessWidget {
textCapitalization: TextCapitalization.sentences,
maxLines: null,
minLines: 3,
scrollPhysics: const AlwaysScrollableScrollPhysics(),
decoration: InputDecoration(
hintText: 'Content',
hintStyle:
Expand Down

0 comments on commit d4cb8a5

Please sign in to comment.