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.
2 parents 73d1e58 + 01bb679 commit c2a1c18Copy full SHA for c2a1c18
lib/frontend/terminal_view.dart
@@ -203,7 +203,8 @@ class _TerminalViewState extends State<TerminalView> {
203
204
/// use [_EmptyScrollActivity] to suppress unexpected behaviors
205
/// that come from [applyViewportDimension].
206
- if (position is ScrollActivityDelegate) {
+ if (InputBehaviors.platform == InputBehaviors.desktop &&
207
+ position is ScrollActivityDelegate) {
208
position.beginActivity(
209
_EmptyScrollActivity(position as ScrollActivityDelegate),
210
);
0 commit comments