Skip to content

Commit

Permalink
fix: Reduced restore time
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Pinedo committed Oct 6, 2022
1 parent e53c855 commit a4173db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stories/components/Popper/CustomPopper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ interface PopperProps {
popperRef: Dispatch<SetStateAction<null>>;
}

const DEFAULT_RESTORE_TIME = 2500;
const DEFAULT_RESTORE_TIME = 1500;

export const CustomPopper: FC<PopperProps> = ({
item,
Expand Down

0 comments on commit a4173db

Please sign in to comment.