File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/vs/workbench/contrib/userDataProfile/browser Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,8 @@ export class UserDataProfilesEditor extends EditorPane implements IUserDataProfi
197
197
}
198
198
return e . name ;
199
199
}
200
- }
200
+ } ,
201
+ alwaysConsumeMouseWheel : false ,
201
202
} ) ) ;
202
203
}
203
204
@@ -527,6 +528,7 @@ class ProfileWidget extends Disposable {
527
528
openOnSingleClick : false ,
528
529
setRowLineHeight : false ,
529
530
supportDynamicHeights : true ,
531
+ alwaysConsumeMouseWheel : false ,
530
532
} ) ) ;
531
533
532
534
this . profileTree . style ( listStyles ) ;
@@ -1262,6 +1264,7 @@ class ContentsProfileRenderer extends ProfilePropertyRenderer {
1262
1264
renderIndentGuides : RenderIndentGuides . None ,
1263
1265
enableStickyScroll : false ,
1264
1266
openOnSingleClick : false ,
1267
+ alwaysConsumeMouseWheel : false ,
1265
1268
} ) ) ;
1266
1269
1267
1270
this . profilesContentTree . style ( listStyles ) ;
You can’t perform that action at this time.
0 commit comments