Skip to content

Commit

Permalink
Always show the vertical scrollbar (#3401)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliette authored Sep 27, 2021
1 parent 56ac166 commit ba9f258
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/devtools_app/lib/src/debugger/codeview.dart
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ class _CodeViewState extends State<CodeView>
child: Scrollbar(
key: CodeView.debuggerCodeViewVerticalScrollbarKey,
controller: textController,
isAlwaysShown: true,
// Only listen for vertical scroll notifications (ignore those
// from the nested horizontal SingleChildScrollView):
notificationPredicate: (ScrollNotification notification) =>
Expand Down

0 comments on commit ba9f258

Please sign in to comment.