1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-17 18:37:00 +02:00

Using the scrollable container

This commit is contained in:
Antonio Laguna
2017-02-27 12:44:47 +01:00
parent 521d708c22
commit b7503b1e9e

View File

@@ -14,7 +14,7 @@ export default class Scroll {
*/
this.ws_ = wsInstance;
this.scrollContainer_ = ScrollHelper.getScrollableContainer();
this.scrollContainer_ = wsInstance.el;
this.isGoingUp_ = false;
if (this.ws_.isVertical) {