diff --git a/frontend/src/pages/lib-content-view/lib-content-view.js b/frontend/src/pages/lib-content-view/lib-content-view.js index 2381c30fb4..40541958f9 100644 --- a/frontend/src/pages/lib-content-view/lib-content-view.js +++ b/frontend/src/pages/lib-content-view/lib-content-view.js @@ -1081,6 +1081,7 @@ class LibContentView extends React.Component { }; onMainNavBarClick = (nodePath) => { + this.resetSelected({ path: nodePath }); if (this.state.isTreePanelShown) { let tree = this.state.treeData.clone(); let node = tree.getNodeByPath(nodePath);