fix: getTargetContainer is not omit in Drawer (#24938)

This commit is contained in:
07akioni 2020-06-12 10:39:52 +08:00 committed by GitHub
parent e129b0aae9
commit ec87ea408b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -303,6 +303,7 @@ class Drawer extends React.Component<DrawerProps & ConfigConsumerProps, IDrawerS
'width', 'width',
'height', 'height',
'dropdownMatchSelectWidth', 'dropdownMatchSelectWidth',
'getTargetContainer',
])} ])}
getContainer={ getContainer={
// 有可能为 false所以不能直接判断 // 有可能为 false所以不能直接判断