1
0
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:
杨国璇
2025-01-10 14:48:05 +08:00
committed by GitHub
54 changed files with 1335 additions and 699 deletions

View File

@@ -2150,6 +2150,7 @@ class LibContentView extends React.Component {
};
updatePath = (path) => {
if (this.state.path === path) return;
this.setState({ path });
};