Skip to content

Commit

Permalink
test: scroll chart quickly
Browse files Browse the repository at this point in the history
  • Loading branch information
maryia-deriv committed Aug 9, 2024
1 parent 54628dc commit d8f5b67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/store/ChartAdapterStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ export default class ChartAdapterStore {
this.scrollChartParentOnTouchTimer = setTimeout(() => {
this.scrollableChartParent?.scrollBy({
top: screenY - Number(this.touchValues.yOnTouchEnd ?? this.touchValues.y),
behavior: 'smooth',
});
this.scrollChartParentOnTouchTimer = undefined;
}, 300);
Expand Down

0 comments on commit d8f5b67

Please sign in to comment.