mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-02 12:07:54 +08:00
feat: add modal not scroll to focus position when close #1320
This commit is contained in:
parent
e4f83939b9
commit
d294328319
@ -66,6 +66,7 @@ const modalProps = (defaultProps = {}) => {
|
||||
mask: PropTypes.bool,
|
||||
keyboard: PropTypes.bool,
|
||||
wrapProps: PropTypes.object,
|
||||
focusTriggerAfterClose: PropTypes.bool,
|
||||
};
|
||||
return initDefaultProps(props, defaultProps);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user