keen-slider icon indicating copy to clipboard operation
keen-slider copied to clipboard

Cannot get scroll left value on dragEnded

Open Vishal-Kamra opened this issue 2 years ago • 0 comments

I am trying to determine the scroll left value of sliderRef container but it always returns 0 on dragEnded.

dragEnded(slider) {
    console.log(slider?.container?.scrollLeft);
}

Vishal-Kamra avatar Dec 04 '22 12:12 Vishal-Kamra