Skip to content

Commit 2b76b3f

Browse files
authored
1 parent b313a17 commit 2b76b3f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/vs/workbench/contrib/userDataProfile/browser/userDataProfilesEditor.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,8 @@ export class UserDataProfilesEditor extends EditorPane implements IUserDataProfi
197197
}
198198
return e.name;
199199
}
200-
}
200+
},
201+
alwaysConsumeMouseWheel: false,
201202
}));
202203
}
203204

@@ -527,6 +528,7 @@ class ProfileWidget extends Disposable {
527528
openOnSingleClick: false,
528529
setRowLineHeight: false,
529530
supportDynamicHeights: true,
531+
alwaysConsumeMouseWheel: false,
530532
}));
531533

532534
this.profileTree.style(listStyles);
@@ -1262,6 +1264,7 @@ class ContentsProfileRenderer extends ProfilePropertyRenderer {
12621264
renderIndentGuides: RenderIndentGuides.None,
12631265
enableStickyScroll: false,
12641266
openOnSingleClick: false,
1267+
alwaysConsumeMouseWheel: false,
12651268
}));
12661269

12671270
this.profilesContentTree.style(listStyles);

0 commit comments

Comments
 (0)