docs: 修复样式文档下搜索栏无法输入问题 (#4648)

This commit is contained in:
RUNZE LU 2022-06-17 17:26:36 +08:00 committed by GitHub
parent 0d7fe98eba
commit abb615a00e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -588,7 +588,7 @@ export default class CSSDocs extends React.PureComponent<any> {
}
componentDidUpdate() {
this.props.setNavigations(cssDocs);
this.props.setNavigations(cssDocs, false);
}
render() {