Skip to content

Commit

Permalink
feat: Dialog support aria-* in closable
Browse files Browse the repository at this point in the history
  • Loading branch information
kiner-tang committed Feb 29, 2024
1 parent d192ace commit 4ce183c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dialog/Content/Panel.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import classNames from 'classnames';
import { useComposeRef } from 'rc-util/lib/ref';
import React, { useMemo, useRef } from 'react';
import React, { useRef } from 'react';
import { RefContext } from '../../context';
import type { IDialogPropTypes } from '../../IDialogPropTypes';
import MemoChildren from './MemoChildren';
Expand Down

0 comments on commit 4ce183c

Please sign in to comment.