Skip to content

Commit bb42685

Browse files
authored
Change markdown textinput to be wrapped in expanded instead of flexible. (#335)
1 parent 06a9168 commit bb42685

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/src/widgets/markdown/markdown_editor.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,7 @@ class _MarkdownEditorState extends State<MarkdownEditor> {
238238
),
239239
),
240240
const Divider(height: 1, thickness: 1),
241-
Flexible(
242-
fit: FlexFit.loose,
241+
Expanded(
243242
child: CallbackShortcuts(
244243
bindings: <ShortcutActivator, VoidCallback>{
245244
const SingleActivator(

0 commit comments

Comments
 (0)