mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 22:12:26 +01:00
canUseTranslate3d is no longer a ScrollableElement option
This commit is contained in:
@@ -81,7 +81,6 @@ export class ListView<T> implements IDisposable {
|
||||
this.gesture = new Gesture(this.rowsContainer);
|
||||
|
||||
this.scrollableElement = new ScrollableElement(this.rowsContainer, {
|
||||
canUseTranslate3d: false,
|
||||
alwaysConsumeMouseWheel: true,
|
||||
horizontal: ScrollbarVisibility.Hidden,
|
||||
vertical: ScrollbarVisibility.Auto,
|
||||
|
||||
Reference in New Issue
Block a user