Skip to content

Commit

Permalink
Merge pull request #1 from JGNieto/master
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanGroff authored Mar 19, 2022
2 parents 3b99afc + 013a468 commit ab14d20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/TimeGridScheduler.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import scrollIntoView from 'scroll-into-view-if-needed';
import { SchedulerContext } from '../context';
import { useClickAndDrag } from '../hooks/useClickAndDrag';
import { useMousetrap } from '../hooks/useMousetrap';
import { ExtendedKeyboardEvent } from 'mousetrap';
import {
CellInfo,
ClassNames,
Expand Down
2 changes: 1 addition & 1 deletion src/hooks/useMousetrap.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Mousetrap from 'mousetrap';
import Mousetrap, { ExtendedKeyboardEvent } from 'mousetrap';
import { useEffect, useRef } from 'react';

/**
Expand Down

0 comments on commit ab14d20

Please sign in to comment.