1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-02 23:48:47 +00:00

Merge branch '7.0'

This commit is contained in:
plt
2019-10-21 16:44:49 +08:00
26 changed files with 197 additions and 125 deletions

View File

@@ -46,6 +46,10 @@ class SelectEditor extends React.Component {
});
}
componentWillReceiveProps() {
this.setOptions();
}
componentWillUnmount() {
document.removeEventListener('click', this.onHideSelect);
}