更新远程 links 不应该 clearActive
This commit is contained in:
parent
6dfa4890ea
commit
1353c7b90e
|
@ -159,7 +159,7 @@ export class Navigation extends React.Component<
|
|||
|
||||
this.setState(
|
||||
{
|
||||
links: this.syncLinks(this.props, links, true)
|
||||
links: this.syncLinks(this.props, links)
|
||||
},
|
||||
() => {
|
||||
if (
|
||||
|
|
Loading…
Reference in New Issue