@@ -6,7 +6,7 @@ import {
matchCellWidths,
uncompensateScroll,
compensateScroll,
- subtractInnerElHeight,
+ subtractInnerElHeight
} from '../util/misc'
import Scroller from '../common/Scroller'
import View from '../View'
@@ -4,10 +4,7 @@ import {
getRectCenter,
diffPoints
} from '../util/geom'
-import {
- getEvX,
- getEvY,
-} from '../util/dom-event'
+import { getEvX, getEvY } from '../util/dom-event'
import { default as DragListener, DragListenerOptions } from './DragListener'