We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf2d84 commit c97251eCopy full SHA for c97251e
super_editor/lib/src/super_textfield/infrastructure/text_scrollview.dart
@@ -423,7 +423,7 @@ class _TextScrollViewState extends State<TextScrollView>
423
child: SingleChildScrollView(
424
key: _textFieldViewportKey,
425
controller: _scrollController,
426
- physics: const NeverScrollableScrollPhysics(),
+ physics: isMultiline ? null : const NeverScrollableScrollPhysics(),
427
scrollDirection: isMultiline ? Axis.vertical : Axis.horizontal,
428
child: Padding(
429
padding: widget.padding ?? EdgeInsets.zero,
0 commit comments