mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 19:42:54 +08:00
fix: typos (#52339)
This commit is contained in:
parent
72bed18835
commit
b3ff807b29
@ -149,7 +149,7 @@ const Drawer: React.FC<DrawerProps> & {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// ============================ Refs ============================
|
// ============================ Refs ============================
|
||||||
// Select `ant-modal-content` by `panelRef`
|
// Select `ant-drawer-content` by `panelRef`
|
||||||
const panelRef = usePanelRef();
|
const panelRef = usePanelRef();
|
||||||
|
|
||||||
// ============================ zIndex ============================
|
// ============================ zIndex ============================
|
||||||
|
Loading…
Reference in New Issue
Block a user