mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
fix: getTargetContainer is not omit in Drawer (#24938)
This commit is contained in:
parent
e129b0aae9
commit
ec87ea408b
@ -303,6 +303,7 @@ class Drawer extends React.Component<DrawerProps & ConfigConsumerProps, IDrawerS
|
||||
'width',
|
||||
'height',
|
||||
'dropdownMatchSelectWidth',
|
||||
'getTargetContainer',
|
||||
])}
|
||||
getContainer={
|
||||
// 有可能为 false,所以不能直接判断
|
||||
|
Loading…
Reference in New Issue
Block a user