Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ca3b754

Browse files
author
Akos Kitta
committedAug 27, 2022
Disabled scrolling in widget.
Signed-off-by: Akos Kitta <[email protected]>
1 parent 5600f9d commit ca3b754

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎arduino-ide-extension/src/browser/widgets/component-list/list-widget.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ export abstract class ListWidget<
6060
this.title.closable = true;
6161
this.addClass('arduino-list-widget');
6262
this.node.tabIndex = 0; // To be able to set the focus on the widget.
63+
this.scrollOptions = undefined;
6364
this.toDispose.push(this.filterTextChangeEmitter);
6465
}
6566

0 commit comments

Comments
 (0)
Please sign in to comment.