mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-02 15:38:15 +00:00
repair refresh bug and rename bug
This commit is contained in:
@@ -64,9 +64,6 @@ class App extends Component {
|
||||
let href = window.location.href.split('/');
|
||||
this.getDrafts();
|
||||
this.setState({currentTab: href[href.length - 2]});
|
||||
if (this.currentTab) {
|
||||
this.setState({currentTab: this.currentTab});
|
||||
}
|
||||
}
|
||||
|
||||
getDrafts = () => {
|
||||
|
Reference in New Issue
Block a user