Skip to content

Commit

Permalink
typo: fix typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
gz65555 committed Mar 31, 2022
1 parent 49a60e1 commit da6f1b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const ResizeDriectionMap = {
export const ResizeDirectionMap = {
R: 'left',
L: 'right',
T: 'bottom',
Expand Down
2 changes: 1 addition & 1 deletion src/utils/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import { Resizable } from 're-resizable';

import { ResizeDriectionMap as ResizeDirectionMap, PANEL_MANAGER_CACHE_SIZE } from '../constants';
import { ResizeDirectionMap, PANEL_MANAGER_CACHE_SIZE } from '../constants';

import type { IPanelConfig, ISettings } from '../types';
import type { Size, ResizeCallback } from 're-resizable';
Expand Down

0 comments on commit da6f1b1

Please sign in to comment.