mirror of
https://github.com/webslides/WebSlides.git
synced 2025-08-16 18:14:09 +02:00
Using the scrollable container
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user