We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54628dc commit d8f5b67Copy full SHA for d8f5b67
src/store/ChartAdapterStore.ts
@@ -262,7 +262,6 @@ export default class ChartAdapterStore {
262
this.scrollChartParentOnTouchTimer = setTimeout(() => {
263
this.scrollableChartParent?.scrollBy({
264
top: screenY - Number(this.touchValues.yOnTouchEnd ?? this.touchValues.y),
265
- behavior: 'smooth',
266
});
267
this.scrollChartParentOnTouchTimer = undefined;
268
}, 300);
0 commit comments