canUseTranslate3d is no longer a ScrollableElement option

This commit is contained in:
Alex Dima
2017-06-14 15:41:14 +02:00
parent fc6f092223
commit 50b9dfef31
9 changed files with 6 additions and 10 deletions

View File

@@ -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,