File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
testing/tests/DevExpress.viz.charts Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ const SCROLL_BAR_END_EVENT_NAME = 'dxc-scroll-end' + EVENTS_NS;
2424
2525const GESTURE_TIMEOUT = 300 ;
2626const MIN_DRAG_DELTA = 5 ;
27- export const SCROLL_PREVENTION_TIMEOUT = 500 ;
27+ const SCROLL_PREVENTION_TIMEOUT = 500 ;
2828
2929const _min = Math . min ;
3030const _max = Math . max ;
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ import $ from 'jquery';
22import pointerMock from '../../helpers/pointerMock.js' ;
33
44import 'viz/chart' ;
5- import { SCROLL_PREVENTION_TIMEOUT } from '__internal/viz/chart_components/zoom_and_pan' ;
65
76const CHART_SVG_SELECTOR = 'svg.dxc.dxc-chart' ;
87const TOOLTIP_CLASS = 'dxc-tooltip' ;
8+ const SCROLL_PREVENTION_TIMEOUT = 500 ;
99
1010const dataSource = ( ( ) => {
1111 const arr = [ ] ;
You can’t perform that action at this time.
0 commit comments