mirror of
https://github.com/webslides/WebSlides.git
synced 2025-08-18 02:41:37 +02:00
Using the scrollable container
This commit is contained in:
@@ -14,7 +14,7 @@ export default class Scroll {
|
|||||||
*/
|
*/
|
||||||
this.ws_ = wsInstance;
|
this.ws_ = wsInstance;
|
||||||
|
|
||||||
this.scrollContainer_ = ScrollHelper.getScrollableContainer();
|
this.scrollContainer_ = wsInstance.el;
|
||||||
this.isGoingUp_ = false;
|
this.isGoingUp_ = false;
|
||||||
|
|
||||||
if (this.ws_.isVertical) {
|
if (this.ws_.isVertical) {
|
||||||
|
Reference in New Issue
Block a user