Skip to content

Commit d8f5b67

Browse files
committed
test: scroll chart quickly
1 parent 54628dc commit d8f5b67

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/store/ChartAdapterStore.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,6 @@ export default class ChartAdapterStore {
262262
this.scrollChartParentOnTouchTimer = setTimeout(() => {
263263
this.scrollableChartParent?.scrollBy({
264264
top: screenY - Number(this.touchValues.yOnTouchEnd ?? this.touchValues.y),
265-
behavior: 'smooth',
266265
});
267266
this.scrollChartParentOnTouchTimer = undefined;
268267
}, 300);

0 commit comments

Comments
 (0)