mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-04 00:20:07 +00:00
Merge pull request #7275 from haiwen/optimize/map_view
Optimize/map view
This commit is contained in:
@@ -2150,6 +2150,7 @@ class LibContentView extends React.Component {
|
||||
};
|
||||
|
||||
updatePath = (path) => {
|
||||
if (this.state.path === path) return;
|
||||
this.setState({ path });
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user