Adam Shaw 8 anni fa
parent
commit
a0f0f48e44
2 ha cambiato i file con 2 aggiunte e 5 eliminazioni
  1. 1 1
      src/agenda/AgendaView.ts
  2. 1 4
      src/common/HitDragListener.ts

+ 1 - 1
src/agenda/AgendaView.ts

@@ -6,7 +6,7 @@ import {
   matchCellWidths,
   uncompensateScroll,
   compensateScroll,
-  subtractInnerElHeight,
+  subtractInnerElHeight
 } from '../util/misc'
 import Scroller from '../common/Scroller'
 import View from '../View'

+ 1 - 4
src/common/HitDragListener.ts

@@ -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'