feat: add modal not scroll to focus position when close #1320

pull/1534/head
tangjinzhou 5 years ago
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…
Cancel
Save