Explorar el Código

remove references to timeGridEventMinHeight

Adam Shaw hace 5 años
padre
commit
d58f1a9303
Se han modificado 2 ficheros con 0 adiciones y 4 borrados
  1. 0 3
      packages/core/src/options.ts
  2. 0 1
      packages/core/src/types/input-types.ts

+ 0 - 3
packages/core/src/options.ts

@@ -50,9 +50,6 @@ export const globalDefaults = {
   // dir: will get this from the default locale
   // buttonIcons: null,
 
-  // allows setting a min-height to the event segment to prevent short events overlapping each other
-  timeGridEventMinHeight: 0,
-
   themeSystem: 'standard',
 
   // eventResizableFromStart: false,

+ 0 - 1
packages/core/src/types/input-types.ts

@@ -173,7 +173,6 @@ export interface OptionsInputBase {
   eventDataTransform?: EventInputTransformer
   allDayMaintainDuration?: boolean
   eventResizableFromStart?: boolean
-  timeGridEventMinHeight?: number
   eventDragMinDistance?: number
   eventSourceFailure?: any
   eventSourceSuccess?: any